File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,17 @@ jobs:
61
61
]
62
62
cc : [ 'clang-19' ]
63
63
cxx : [ 'clang++-19' ]
64
- clang_tidy : [ 'ON' ]
65
64
include :
66
65
- config : ' generic-gcc'
67
66
cc : ' gcc-13'
68
67
cxx : ' g++-13'
69
- clang_tidy : ' OFF'
70
68
steps :
71
69
- uses : actions/checkout@v4
72
70
- name : ${{ matrix.config }}.${{ matrix.cxx }}
73
71
run : libcxx/utils/ci/run-buildbot ${{ matrix.config }}
74
72
env :
75
73
CC : ${{ matrix.cc }}
76
74
CXX : ${{ matrix.cxx }}
77
- ENABLE_CLANG_TIDY : ${{ matrix.clang_tidy }}
78
75
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
79
76
if : always()
80
77
with :
@@ -102,28 +99,23 @@ jobs:
102
99
]
103
100
cc : [ 'clang-19' ]
104
101
cxx : [ 'clang++-19' ]
105
- clang_tidy : [ 'ON' ]
106
102
include :
107
103
- config : ' generic-gcc-cxx11'
108
104
cc : ' gcc-13'
109
105
cxx : ' g++-13'
110
- clang_tidy : ' OFF'
111
106
- config : ' generic-cxx23'
112
107
cc : ' clang-17'
113
108
cxx : ' clang++-17'
114
- clang_tidy : ' OFF'
115
109
- config : ' generic-cxx26'
116
110
cc : ' clang-18'
117
111
cxx : ' clang++-18'
118
- clang_tidy : ' ON'
119
112
steps :
120
113
- uses : actions/checkout@v4
121
114
- name : ${{ matrix.config }}
122
115
run : libcxx/utils/ci/run-buildbot ${{ matrix.config }}
123
116
env :
124
117
CC : ${{ matrix.cc }}
125
118
CXX : ${{ matrix.cxx }}
126
- ENABLE_CLANG_TIDY : ${{ matrix.clang_tidy }}
127
119
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
128
120
if : always() # Upload artifacts even if the build or test suite fails
129
121
with :
@@ -188,7 +180,6 @@ jobs:
188
180
env :
189
181
CC : clang-19
190
182
CXX : clang++-19
191
- ENABLE_CLANG_TIDY : " OFF"
192
183
- uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
193
184
if : always()
194
185
with :
You can’t perform that action at this time.
0 commit comments