File tree 2 files changed +0
-19
lines changed
2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -33,18 +33,6 @@ concurrency:
33
33
group : ${{ github.workflow }}-${{ github.event.pull_request.number }}
34
34
cancel-in-progress : true
35
35
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
-
48
36
jobs :
49
37
stage1 :
50
38
if : github.repository_owner == 'llvm'
Original file line number Diff line number Diff line change 17
17
# goal being to reduce the load on testers when a commit is known to fail.
18
18
#
19
19
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
-
27
20
definitions :
28
21
_common : &common
29
22
timeout_in_minutes : 120
You can’t perform that action at this time.
0 commit comments