Skip to content

Commit f343e89

Browse files
[CI] Update libcxx release runner image
The release libcxx runner image was still using actions runner version 2.326.0 which is no longer supported and cannot connect to Github. This causes all jobs to hang indefinitely on the release branch. Bump the container to a frankenstein version that only has the runner version bumped for consistent. The container was produced with the following Dockerfile: ``` FROM ghcr.io/actions/actions-runner:2.328.0 AS runner FROM ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d COPY --from=runner /home/runner /home/runner ```
1 parent f4df92d commit f343e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

premerge/premerge_resources/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ variable "libcxx_runner_image" {
6666

6767
variable "libcxx_release_runner_image" {
6868
type = string
69-
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
69+
default = "ghcr.io/llvm/libcxx-linux-builder:05b5090e961f6b45ba9144d4d846e0f174d0aedf"
7070
}
7171

7272
variable "libcxx_next_runner_image" {

0 commit comments

Comments
 (0)