-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libc++][CI] Update action runner base image. #130433
Conversation
@llvm/pr-subscribers-libcxx Author: Mark de Wever (mordante) ChangesUpdates to the latest release. The side effect of this change is updating all compilers to the latest upstream version. Full diff: https://github.com/llvm/llvm-project/pull/130433.diff 1 Files Affected:
diff --git a/libcxx/utils/ci/docker-compose.yml b/libcxx/utils/ci/docker-compose.yml
index 16db1b0e3acb3..68e89db5cf452 100644
--- a/libcxx/utils/ci/docker-compose.yml
+++ b/libcxx/utils/ci/docker-compose.yml
@@ -10,7 +10,7 @@ services:
dockerfile: Dockerfile
target: actions-builder
args:
- BASE_IMAGE: ghcr.io/actions/actions-runner:2.319.1
+ BASE_IMAGE: ghcr.io/actions/actions-runner:2.322.0
<<: *compiler_versions
android-buildkite-builder:
|
Updates to the latest release. The side effect of this change is updating all compilers to the latest upstream version.
02c7583
to
b0bdf55
Compare
This image was updated in llvm#130433.
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/169/builds/9246 Here is the relevant piece of the build log for the reference
|
This image was updated in llvm#130433.
This image was updated in #130433.
Updates to the latest release. The side effect of this change is updating all compilers to the latest upstream version.