|
16 | 16 |
|
17 | 17 | steps:
|
18 | 18 | - label: "C++03"
|
19 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-cxx03 | libcxx/utils/ci/phabricator-report" |
| 19 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx03 | libcxx/utils/ci/phabricator-report" |
20 | 20 | agents:
|
21 | 21 | queue: "libcxx-builders"
|
22 | 22 |
|
23 | 23 | - label: "C++11"
|
24 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-cxx11 | libcxx/utils/ci/phabricator-report" |
| 24 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx11 | libcxx/utils/ci/phabricator-report" |
25 | 25 | agents:
|
26 | 26 | queue: "libcxx-builders"
|
27 | 27 |
|
28 | 28 | - label: "C++14"
|
29 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-cxx14 | libcxx/utils/ci/phabricator-report" |
| 29 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx14 | libcxx/utils/ci/phabricator-report" |
30 | 30 | agents:
|
31 | 31 | queue: "libcxx-builders"
|
32 | 32 |
|
33 | 33 | - label: "C++17"
|
34 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-cxx17 | libcxx/utils/ci/phabricator-report" |
| 34 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx17 | libcxx/utils/ci/phabricator-report" |
35 | 35 | agents:
|
36 | 36 | queue: "libcxx-builders"
|
37 | 37 |
|
38 | 38 | - label: "C++20"
|
39 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-cxx2a | libcxx/utils/ci/phabricator-report" |
| 39 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx2a | libcxx/utils/ci/phabricator-report" |
40 | 40 | agents:
|
41 | 41 | queue: "libcxx-builders"
|
42 | 42 |
|
43 | 43 | - label: "-fno-exceptions"
|
44 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-noexceptions | libcxx/utils/ci/phabricator-report" |
| 44 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-noexceptions | libcxx/utils/ci/phabricator-report" |
45 | 45 | agents:
|
46 | 46 | queue: "libcxx-builders"
|
47 | 47 |
|
48 | 48 | - label: "GCC/C++20"
|
49 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-gcc | libcxx/utils/ci/phabricator-report" |
| 49 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-gcc | libcxx/utils/ci/phabricator-report" |
50 | 50 | agents:
|
51 | 51 | queue: "libcxx-builders"
|
52 | 52 |
|
53 | 53 | - label: "ASAN"
|
54 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-asan | libcxx/utils/ci/phabricator-report" |
| 54 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-asan | libcxx/utils/ci/phabricator-report" |
55 | 55 | agents:
|
56 | 56 | queue: "libcxx-builders"
|
57 | 57 |
|
58 | 58 | - label: "TSAN"
|
59 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-tsan | libcxx/utils/ci/phabricator-report" |
| 59 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-tsan | libcxx/utils/ci/phabricator-report" |
60 | 60 | agents:
|
61 | 61 | queue: "libcxx-builders"
|
62 | 62 |
|
63 | 63 | - label: "UBSAN"
|
64 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-ubsan | libcxx/utils/ci/phabricator-report" |
| 64 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-ubsan | libcxx/utils/ci/phabricator-report" |
65 | 65 | agents:
|
66 | 66 | queue: "libcxx-builders"
|
67 | 67 |
|
68 | 68 | - label: "With LLVM's libunwind"
|
69 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-with_llvm_unwinder | libcxx/utils/ci/phabricator-report" |
| 69 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-with_llvm_unwinder | libcxx/utils/ci/phabricator-report" |
70 | 70 | agents:
|
71 | 71 | queue: "libcxx-builders"
|
72 | 72 |
|
73 | 73 | - label: "Single-threaded"
|
74 |
| - command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-ubuntu-singlethreaded | libcxx/utils/ci/phabricator-report" |
| 74 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-singlethreaded | libcxx/utils/ci/phabricator-report" |
75 | 75 | agents:
|
76 | 76 | queue: "libcxx-builders"
|
77 | 77 |
|
| 78 | + - label: "MacOS C++20" |
| 79 | + command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh generic-cxx2a | libcxx/utils/ci/phabricator-report" |
| 80 | + agents: |
| 81 | + queue: "libcxx-macos-builders" |
| 82 | + |
78 | 83 | # Build with the configuration we use to generate libc++.dylib on Apple platforms
|
79 | 84 | - label: "Apple system"
|
80 | 85 | command: "set -o pipefail && libcxx/utils/ci/run-buildbot.sh x86_64-apple-system | libcxx/utils/ci/phabricator-report"
|
|
0 commit comments