mirror of https://github.com/google/oss-fuzz.git
gdbm: switch to master branch (#6395)
This commit is contained in:
parent
2977633171
commit
774f38a6af
|
@ -27,6 +27,6 @@ RUN apt-get -qq update && \
|
|||
libtool\
|
||||
texinfo\
|
||||
gettext
|
||||
RUN git clone --depth 1 --branch fuzz https://git.gnu.org.ua/gdbm.git
|
||||
RUN git clone --depth 1 https://git.gnu.org.ua/gdbm.git
|
||||
WORKDIR gdbm
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue