Skip to content

Commit 4220ae0

Browse files
committed
Another attempt to see what's goign on
1 parent 44d8024 commit 4220ae0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

projects/hpn-ssh/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool
1919
RUN apt-get install -y libz-dev libssl1.1 libssl-dev libedit-dev zip
2020
RUN git clone https://github.com/rapier1/hpn-ssh
21-
RUN git checkout dev_minor
2221
RUN git clone --depth 1 https://github.com/djmdjm/openssh-fuzz-cases
2322
WORKDIR hpn-ssh
2423
COPY build.sh $SRC/

projects/hpn-ssh/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
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
2222
sed -i 's/#define CFLAG_INTERNAL.*/#define CFLAG_INTERNAL 0/' cipher.c

0 commit comments

Comments
 (0)