File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff 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-
4836jobs :
4937 stage1 :
5038 if : github.repository_owner == 'llvm'
Original file line number Diff line number Diff line change 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-
2720definitions :
2821 _common : &common
2922 timeout_in_minutes : 120
You can’t perform that action at this time.
0 commit comments