Skip to content

Commit 8c4a4c0

Browse files
committed
timestamp-authority: use oss-fuzz's Go version
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent caf7047 commit 8c4a4c0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

projects/timestamp-authority/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@ RUN git clone --depth=1 https://github.com/dvyukov/go-fuzz-corpus
2121
# For json dictionary
2222
RUN git clone --depth=1 https://github.com/rc0r/afl-fuzz
2323

24-
RUN wget https://go.dev/dl/go1.24.0.linux-amd64.tar.gz \
25-
&& mkdir temp-go \
26-
&& rm -rf /root/.go/* \
27-
&& tar -C temp-go/ -xzf go1.24.0.linux-amd64.tar.gz \
28-
&& mv temp-go/go/* /root/.go/
29-
3024
COPY build.sh $SRC/
3125
WORKDIR $SRC/timestamp-authority

projects/timestamp-authority/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,5 @@
1515
#
1616
################################################################################
1717

18-
export CXX="${CXX} -lresolv"
19-
2018
./test/fuzz/oss_fuzz_build.sh
2119

0 commit comments

Comments
 (0)