File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -231,13 +231,17 @@ jobs:
231
231
name : >-
232
232
Ubuntu
233
233
${{ fromJSON(matrix.free-threading) && '(free-threading)' || '' }}
234
+ ${{ fromJSON(matrix.bolt) && '(bolt)' || '' }}
234
235
needs : check_source
235
236
if : needs.check_source.outputs.run_tests == 'true'
236
237
strategy :
237
238
matrix :
238
239
free-threading :
239
240
- false
240
241
- true
242
+ bolt :
243
+ - false
244
+ - true
241
245
os :
242
246
- ubuntu-24.04
243
247
- ubuntu-24.04-aarch64
@@ -246,6 +250,9 @@ jobs:
246
250
exclude :
247
251
- os : ubuntu-24.04-aarch64
248
252
is-fork : true
253
+ # Do not test BOLT with free-threading, to conserve resources
254
+ - bolt : true
255
+ free-threading : true
249
256
uses : ./.github/workflows/reusable-ubuntu.yml
250
257
with :
251
258
config_hash : ${{ needs.check_source.outputs.config_hash }}
You can’t perform that action at this time.
0 commit comments