File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
infra/base-images/base-clang Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ COPY checkout_build_install_llvm.sh /root/
46
46
# COPY llvm-project $SRC/llvm-project
47
47
# Keep all steps in the same script to decrease the number of intermediate
48
48
# layes in docker file.
49
+ # COPY llvm-project $SRC/llvm-project
49
50
ARG FULL_LLVM_BUILD
50
51
RUN FULL_LLVM_BUILD=$FULL_LLVM_BUILD /root/checkout_build_install_llvm.sh
51
52
RUN rm /root/checkout_build_install_llvm.sh
Original file line number Diff line number Diff line change @@ -60,14 +60,16 @@ apt-get update && apt-get install -y $LLVM_DEP_PACKAGES --no-install-recommends
60
60
# languages, projects, ...) is needed.
61
61
# Check CMAKE_VERSION infra/base-images/base-clang/Dockerfile was released
62
62
# recently enough to fully support this clang version.
63
- OUR_LLVM_REVISION=llvmorg-21.1.0-rc3
63
+ # OUR_LLVM_REVISION=llvmorg-21.1.0-rc3
64
+ OUR_LLVM_REVISION=cb2f0d0a5f14
64
65
65
66
mkdir $SRC /chromium_tools
66
67
cd $SRC /chromium_tools
67
68
git clone https://chromium.googlesource.com/chromium/src/tools/clang
68
69
cd clang
69
70
# Pin clang script due to https://github.com/google/oss-fuzz/issues/7617
70
71
OUR_CLANG_REVISION=329189001bce28e8f90dfa1c96075731a7a8f7de
72
+ OUR_CLANG_REVISION=063d3766486a820c708e888d737b004d11543410
71
73
git checkout $OUR_CLANG_REVISION
72
74
73
75
LLVM_SRC=$SRC /llvm-project
You can’t perform that action at this time.
0 commit comments