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 8bdb017 commit 05d93ffCopy full SHA for 05d93ff
.github/workflows/nightly.yml
@@ -46,10 +46,11 @@ jobs:
46
fail-fast: false
47
matrix:
48
type: ['asan', 'verify_type_inference']
49
+ arch: ["${{ inputs.ubuntu_version }}", "${{ inputs.ubuntu_version }}-arm"]
50
exclude:
51
- type: ${{ !inputs.community_verify_type_inference && 'verify_type_inference' || '*never*' }}
52
name: "COMMUNITY_${{ matrix.type }}"
- runs-on: ubuntu-${{ inputs.ubuntu_version }}
53
+ runs-on: "${{ matrix.arch }}"
54
env:
55
ASAN_OPTIONS: exitcode=139
56
UBSAN_OPTIONS: print_stacktrace=1
0 commit comments