File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM docker.io/library/ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
22RUN apt-get update && apt-get install -y --no-install-recommends \
3- clang-18 libclang-common-18 -dev libclang-cpp18 \
4- libllvm18 llvm-18 -linker-tools libclang1-18 \
5- llvm-18 llvm-18 -runtime llvm-18 -linker-tools make \
3+ clang-20 libclang-common-20 -dev libclang-cpp20 \
4+ libllvm20 llvm-20 -linker-tools libclang1-20 \
5+ llvm-20 llvm-20 -runtime llvm-20 -linker-tools make \
66 && apt-get clean && rm -rf /var/lib/apt/lists/*
7- RUN ln -vsnf /usr/lib/llvm-18 /bin/clang /usr/bin/clang
8- RUN ln -vsnf /usr/lib/llvm-18 /bin/llc /usr/bin/llc
7+ RUN ln -vsnf /usr/lib/llvm-20 /bin/clang /usr/bin/clang
8+ RUN ln -vsnf /usr/lib/llvm-20 /bin/llc /usr/bin/llc
You can’t perform that action at this time.
0 commit comments