Skip to content

Commit 817d047

Browse files
[CI] Change libcxx container version
This changes the libcxx container version to a container image that is the same as what is currently used in the libc++ CI but with the runner version updated.
1 parent f4d7d00 commit 817d047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

premerge/premerge_resources/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ variable "runner_group_name" {
5757

5858
variable "libcxx_runner_image" {
5959
type = string
60-
default = "ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512"
60+
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
6161
}
6262

6363
variable "libcxx_release_runner_image" {
6464
type = string
65-
default = "ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512"
65+
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
6666
}
6767

6868
# Same value as libcxx_runner_image at this time.
6969
variable "libcxx_next_runner_image" {
7070
type = string
71-
default = "ghcr.io/llvm/libcxx-linux-builder:b060022103f551d8ca1dad84122ef73927c86512"
71+
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
7272
}

0 commit comments

Comments
 (0)