[libcxx-commits] [libcxx] 88c279b - [libc++][CI] Use GCC 12 labels.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 22 09:12:00 PDT 2022
Author: Mark de Wever
Date: 2022-06-22T18:11:19+02:00
New Revision: 88c279b1d93feb559d7f31352ad5044d8397b30c
URL: https://github.com/llvm/llvm-project/commit/88c279b1d93feb559d7f31352ad5044d8397b30c
DIFF: https://github.com/llvm/llvm-project/commit/88c279b1d93feb559d7f31352ad5044d8397b30c.diff
LOG: [libc++][CI] Use GCC 12 labels.
Added:
Modified:
libcxx/utils/ci/buildkite-pipeline.yml
Removed:
################################################################################
diff --git a/libcxx/utils/ci/buildkite-pipeline.yml b/libcxx/utils/ci/buildkite-pipeline.yml
index 94047508e7c3..9264ea19576d 100644
--- a/libcxx/utils/ci/buildkite-pipeline.yml
+++ b/libcxx/utils/ci/buildkite-pipeline.yml
@@ -127,7 +127,7 @@ steps:
limit: 2
timeout_in_minutes: 120
- - label: "GCC 11 / C++latest"
+ - label: "GCC 12 / C++latest"
command: "libcxx/utils/ci/run-buildbot generic-gcc"
artifact_paths:
- "**/test-results.xml"
@@ -189,7 +189,7 @@ steps:
timeout_in_minutes: 120
# Tests with the supported compilers.
- - label: "GCC 11 / C++11"
+ - label: "GCC 12 / C++11"
command: "libcxx/utils/ci/run-buildbot generic-gcc-cxx11"
artifact_paths:
- "**/test-results.xml"
More information about the libcxx-commits
mailing list