mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 18:16:42 +00:00
[Github] Bump CI container to ubuntu 24.04
This helps keep things up to date, and should not cause any issues given we do not need to care about binary compatibility for things built in the CI container. This patch also changes the name of the container which allows incrementally moving jobs over after this lands. Reviewers: tstellar Reviewed By: tstellar Pull Request: https://github.com/llvm/llvm-project/pull/132568
This commit is contained in:
parent
5cb3052ccc
commit
18172e461c
2
.github/workflows/build-ci-container.yml
vendored
2
.github/workflows/build-ci-container.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
id: vars
|
||||
run: |
|
||||
tag=$(git rev-parse --short=12 HEAD)
|
||||
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/${{ matrix.arch }}/ci-ubuntu-22.04"
|
||||
container_name="ghcr.io/$GITHUB_REPOSITORY_OWNER/${{ matrix.arch }}/ci-ubuntu-24.04"
|
||||
echo "container-name=$container_name" >> $GITHUB_OUTPUT
|
||||
echo "container-name-agent=$container_name-agent" >> $GITHUB_OUTPUT
|
||||
echo "container-name-tag=$container_name:$tag" >> $GITHUB_OUTPUT
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/ubuntu:22.04 as base
|
||||
FROM docker.io/library/ubuntu:24.04 as base
|
||||
ENV LLVM_SYSROOT=/opt/llvm
|
||||
|
||||
FROM base as stage1-toolchain
|
||||
|
Loading…
x
Reference in New Issue
Block a user