Skip to content

Commit 87bf0cf

Browse files
committed
Give value for libcxx_next_runner_image variable.
Current value (was "") is now same as value for libcxx_runner_image.
1 parent fcfdb5e commit 87bf0cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

premerge/premerge_resources/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ variable "libcxx_release_runner_image" {
6565
default = "ghcr.io/llvm/libcxx-linux-builder:d8a0709b1090350a7fe3604d8ab78c7d62f10698"
6666
}
6767

68+
# Same value as libcxx_runner_image at this time.
6869
variable "libcxx_next_runner_image" {
6970
type = string
70-
default = ""
71+
default = "ghcr.io/llvm/libcxx-linux-builder:b060022103f51d8ca1dad84122ef73927c86512"
7172
}

0 commit comments

Comments
 (0)