We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfdb5e commit 87bf0cfCopy full SHA for 87bf0cf
premerge/premerge_resources/variables.tf
@@ -65,7 +65,8 @@ variable "libcxx_release_runner_image" {
65
default = "ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698"
66
}
67
68
+# Same value as libcxx_runner_image at this time.
69
variable "libcxx_next_runner_image" {
70
type = string
- default = ""
71
+ default = "ghcr.io/llvm/libcxx-linux-builder:b060022103f51d8ca1dad84122ef73927c86512"
72
0 commit comments