Skip to content

Commit 684ece4

Browse files
committed
Skip BOLT CI on aarch64
1 parent 9b179cb commit 684ece4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ jobs:
253253
# Do not test BOLT with free-threading, to conserve resources
254254
- bolt: true
255255
free-threading: true
256+
# BOLT currently crashes during instrumentation on aarch64
257+
- os: ubuntu-24.04-aarch64
258+
bolt: true
256259
uses: ./.github/workflows/reusable-ubuntu.yml
257260
with:
258261
config_hash: ${{ needs.check_source.outputs.config_hash }}

0 commit comments

Comments
 (0)