File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
containers/github-action-ci Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 4444 id : vars
4545 run : |
4646 tag=$(git rev-parse --short=12 HEAD)
47- container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/${{ matrix.arch }}/ci-ubuntu-22 .04"
47+ container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/${{ matrix.arch }}/ci-ubuntu-24 .04"
4848 echo "container-name=$container_name" >> $GITHUB_OUTPUT
4949 echo "container-name-agent=$container_name-agent" >> $GITHUB_OUTPUT
5050 echo "container-name-tag=$container_name:$tag" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1- FROM docker.io/library/ubuntu:22 .04 as base
1+ FROM docker.io/library/ubuntu:24 .04 as base
22ENV LLVM_SYSROOT=/opt/llvm
33
44FROM base as stage1-toolchain
5- ENV LLVM_VERSION=19 .1.5
5+ ENV LLVM_VERSION=20 .1.1
66
77RUN apt-get update && \
88 apt-get install -y \
@@ -20,12 +20,6 @@ RUN curl -O -L https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-$L
2020
2121WORKDIR /llvm-project-llvmorg-$LLVM_VERSION
2222
23- # Patch to enable better PGO profile data.
24- # TODO: Remove this for llvm 20
25- ADD https://github.com/llvm/llvm-project/commit/738250989ce516f02f809bdfde474a039c77e81f.patch .
26-
27- RUN patch -p1 < 738250989ce516f02f809bdfde474a039c77e81f.patch
28-
2923RUN cmake -B ./build -G Ninja ./llvm \
3024 -C ./clang/cmake/caches/BOLT-PGO.cmake \
3125 -DBOOTSTRAP_LLVM_ENABLE_LLD=ON \
You can’t perform that action at this time.
0 commit comments