File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
manylinux_2_28_x86_64-llvm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch v${FB_VERSION} https://github.com/google/flatbu
1919
2020# # Install flatbuffers
2121FROM base AS wabt
22- ARG WABT_VERSION=1.0.36
22+ ARG WABT_VERSION=1.0.39
2323RUN git clone --depth 1 --branch ${WABT_VERSION} https://github.com/WebAssembly/wabt.git && \
2424 git -C wabt submodule update --init third_party/picosha2 && \
2525 cmake -G Ninja -S wabt -B build \
@@ -36,7 +36,7 @@ RUN git clone --depth 1 --branch ${WABT_VERSION} https://github.com/WebAssembly/
3636
3737# Install LLVM
3838FROM base AS llvm
39- ARG LLVM_VERSION=18 .1.8
39+ ARG LLVM_VERSION=21 .1.8
4040RUN git clone --depth 1 --branch llvmorg-${LLVM_VERSION} https://github.com/llvm/llvm-project.git && \
4141 cmake -G Ninja -S llvm-project/llvm -B build \
4242 "-DLLVM_ENABLE_PROJECTS=clang;lld" \
You can’t perform that action at this time.
0 commit comments