Skip to content

Commit bc25b5d

Browse files
authored
Remove unnecessary things from main
1 parent 45bf3d4 commit bc25b5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ jobs:
277277
name: >-
278278
Ubuntu
279279
${{ fromJSON(matrix.free-threading) && '(free-threading)' || '' }}
280-
${{ fromJSON(matrix.bolt) && '(bolt)' || '' }}
281280
needs: build-context
282281
if: needs.build-context.outputs.run-tests == 'true'
283282
strategy:
@@ -288,7 +287,6 @@ jobs:
288287
uses: ./.github/workflows/reusable-ubuntu.yml
289288
with:
290289
config_hash: ${{ needs.build-context.outputs.config-hash }}
291-
bolt-optimizations: ${{ matrix.bolt }}
292290
free-threading: ${{ matrix.free-threading }}
293291

294292
build_ubuntu_ssltests:

0 commit comments

Comments
 (0)