mirror of https://github.com/google/oss-fuzz.git
monero: fix and stabilise coverage build (#7054)
Monero builds has failed in the last 5 out of 7 days, but a bit on-and-off. The reason is a missing yacc binary during unbound compilation, this fixes it.
This commit is contained in:
parent
a13af45f88
commit
99f0210b21
|
@ -31,7 +31,10 @@ RUN set -ex && \
|
||||||
doxygen \
|
doxygen \
|
||||||
git \
|
git \
|
||||||
curl \
|
curl \
|
||||||
|
libtool \
|
||||||
libtool-bin \
|
libtool-bin \
|
||||||
|
flex \
|
||||||
|
bison \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
|
|
Loading…
Reference in New Issue