File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818RUN apt-get update && apt-get install -y make autoconf automake libtool
1919RUN apt-get install -y libz-dev libssl1.1 libssl-dev libedit-dev zip
2020RUN git clone https://github.com/rapier1/hpn-ssh
21- RUN git checkout dev_minor
2221RUN git clone --depth 1 https://github.com/djmdjm/openssh-fuzz-cases
2322WORKDIR hpn-ssh
2423COPY build.sh $SRC/
Original file line number Diff line number Diff line change 1515#
1616# ###############################################################################
1717
18- # git pull --all
19- # git checkout oss_fuzz_tests
18+ git pull --all
19+ git checkout dev_minor
2020
2121# Enable null cipher
2222sed -i ' s/#define CFLAG_INTERNAL.*/#define CFLAG_INTERNAL 0/' cipher.c
You can’t perform that action at this time.
0 commit comments