Skip to content

Commit 1ca730b

Browse files
[CI] Bump libcxx next runner image to 77cb09 (#547)
After llvm/llvm-project#153035 we have a new runner image that should theoretically work. Set the next runner set to use it so we can start testing.
1 parent f905436 commit 1ca730b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

premerge/premerge_resources/variables.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,9 @@ variable "libcxx_release_runner_image" {
6969
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
7070
}
7171

72-
# Same value as libcxx_runner_image at this time.
7372
variable "libcxx_next_runner_image" {
7473
type = string
75-
default = "ghcr.io/llvm/libcxx-linux-builder:16f046281bf1a11d344eac1bc44d11f3e50e3b5d"
74+
default = "ghcr.io/llvm/libcxx-linux-builder:77cb0980bcc2675b27d08141526939423fa0be76"
7675
}
7776

7877
variable "linux_runners_namespace_name" {

0 commit comments

Comments
 (0)