Skip to content

Commit 2f8c786

Browse files
authored
[libc++] Refactor buildkite-pipeline.yml (#99483)
This patch removes unused stuff from the Buildkite pipeline definition.
1 parent da44c06 commit 2f8c786

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
# goal being to reduce the load on testers when a commit is known to fail.
1818
#
1919

20-
# The Linux CI runners use the nightly ToT build provided by the Docker image.
21-
# (Note the image isn't updated daily.) The LLVM_HEAD_VERSION contains that
22-
# version number. The Linux CI runners for GCC use the latest stable version.
23-
# Theses numbers are available in all runners, making it easier to update the
24-
# version number.
2520
env:
2621
# LLVM POST-BRANCH bump version
2722
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
@@ -41,20 +36,6 @@ definitions:
4136
- "**/*.abilist"
4237
- "**/crash_diagnostics/*"
4338

44-
environment_definitions:
45-
_common_env: &common_env
46-
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-${LLVM_HEAD_VERSION}"
47-
CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
48-
CC: clang-${LLVM_HEAD_VERSION}
49-
CXX: clang++-${LLVM_HEAD_VERSION}
50-
51-
_absolute_path_clang: &absolute_path_clang
52-
# Note modules require and absolute path for clang-scan-deps
53-
# https://github.com/llvm/llvm-project/issues/61006
54-
CC: /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang
55-
CXX: /usr/lib/llvm-${LLVM_HEAD_VERSION}/bin/clang++
56-
57-
5839
steps:
5940
- group: ':mac: Apple'
6041
steps:

0 commit comments

Comments
 (0)