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 9b179cb commit 684ece4Copy full SHA for 684ece4
.github/workflows/build.yml
@@ -253,6 +253,9 @@ jobs:
253
# Do not test BOLT with free-threading, to conserve resources
254
- bolt: true
255
free-threading: true
256
+ # BOLT currently crashes during instrumentation on aarch64
257
+ - os: ubuntu-24.04-aarch64
258
+ bolt: true
259
uses: ./.github/workflows/reusable-ubuntu.yml
260
with:
261
config_hash: ${{ needs.check_source.outputs.config_hash }}
0 commit comments