Skip to content

Commit 6445928

Browse files
authored
Update WABT and LLVM versions in Dockerfile
1 parent d19d4a0 commit 6445928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manylinux_2_28_x86_64-llvm/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN git clone --depth 1 --branch v${FB_VERSION} https://github.com/google/flatbu
1919

2020
## Install flatbuffers
2121
FROM base AS wabt
22-
ARG WABT_VERSION=1.0.36
22+
ARG WABT_VERSION=1.0.39
2323
RUN 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
3838
FROM base AS llvm
39-
ARG LLVM_VERSION=18.1.8
39+
ARG LLVM_VERSION=21.1.8
4040
RUN 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" \

0 commit comments

Comments
 (0)