chmod jcc in base image. (#10737)

This commit is contained in:
Oliver Chang 2023-07-24 10:52:17 +10:00 committed by GitHub
parent 4d1f3ec4df
commit 2d207721df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -168,8 +168,10 @@ COPY bazel_build_fuzz_tests \
write_labels.py \
/usr/local/bin/
# TODO: Build this as part of a multi-stage build.
ADD https://commondatastorage.googleapis.com/clusterfuzz-builds/jcc/clang /usr/local/bin/jcc/
ADD https://commondatastorage.googleapis.com/clusterfuzz-builds/jcc/clang++ /usr/local/bin/jcc/
RUN chmod +x /usr/local/bin/jcc/clang && chmod +x /usr/local/bin/jcc/clang++
COPY llvmsymbol.diff $SRC
COPY detect_repo.py /opt/cifuzz/