We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf7047 commit 8c4a4c0Copy full SHA for 8c4a4c0
projects/timestamp-authority/Dockerfile
@@ -21,11 +21,5 @@ RUN git clone --depth=1 https://github.com/dvyukov/go-fuzz-corpus
21
# For json dictionary
22
RUN git clone --depth=1 https://github.com/rc0r/afl-fuzz
23
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
-
30
COPY build.sh $SRC/
31
WORKDIR $SRC/timestamp-authority
projects/timestamp-authority/build.sh
@@ -15,7 +15,5 @@
15
#
16
################################################################################
17
18
-export CXX="${CXX} -lresolv"
19
20
./test/fuzz/oss_fuzz_build.sh
0 commit comments