Skip to content

Commit aaa0dd2

Browse files
committed
[libc++][NFC] Remove a bunch of unused environment variables from the CI configs
1 parent 4a8329c commit aaa0dd2

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

.github/workflows/libcxx-build-and-test.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,6 @@ concurrency:
3333
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
3434
cancel-in-progress: true
3535

36-
37-
env:
38-
# LLVM POST-BRANCH bump version
39-
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
40-
# LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15"
41-
LLVM_HEAD_VERSION: "19" # Used compiler, update POST-BRANCH.
42-
LLVM_PREVIOUS_VERSION: "18"
43-
LLVM_OLDEST_VERSION: "17"
44-
GCC_STABLE_VERSION: "13"
45-
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-19"
46-
CLANG_CRASH_DIAGNOSTICS_DIR: "crash_diagnostics"
47-
4836
jobs:
4937
stage1:
5038
if: github.repository_owner == 'llvm'

libcxx/utils/ci/buildkite-pipeline.yml

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

20-
env:
21-
# LLVM POST-BRANCH bump version
22-
# LLVM POST-BRANCH add compiler test for ToT - 1, e.g. "Clang 17"
23-
# LLVM RELEASE bump remove compiler ToT - 3, e.g. "Clang 15"
24-
LLVM_HEAD_VERSION: "18" # Used compiler, update POST-BRANCH.
25-
GCC_STABLE_VERSION: "13"
26-
2720
definitions:
2821
_common: &common
2922
timeout_in_minutes: 120

0 commit comments

Comments
 (0)