We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bf3d4 commit bc25b5dCopy full SHA for bc25b5d
.github/workflows/build.yml
@@ -277,7 +277,6 @@ jobs:
277
name: >-
278
Ubuntu
279
${{ fromJSON(matrix.free-threading) && '(free-threading)' || '' }}
280
- ${{ fromJSON(matrix.bolt) && '(bolt)' || '' }}
281
needs: build-context
282
if: needs.build-context.outputs.run-tests == 'true'
283
strategy:
@@ -288,7 +287,6 @@ jobs:
288
287
uses: ./.github/workflows/reusable-ubuntu.yml
289
with:
290
config_hash: ${{ needs.build-context.outputs.config-hash }}
291
- bolt-optimizations: ${{ matrix.bolt }}
292
free-threading: ${{ matrix.free-threading }}
293
294
build_ubuntu_ssltests:
0 commit comments