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.
sanitizer-linux
1 parent 79ee57a commit 5f7a910Copy full SHA for 5f7a910
1 file changed
.github/workflows/tests.yml
@@ -144,16 +144,11 @@ jobs:
144
runs-on: ${{ matrix.runner }}
145
strategy:
146
matrix:
147
- arch: [
148
- "aarch64",
149
- "x86_64",
150
- ]
151
include:
152
# MemorySanitizer won't run in QEMU so we can't run it in cross:
153
# https://github.com/llvm/llvm-project/issues/65144
154
- arch: aarch64
155
runner: ubuntu-24.04-arm
156
-
157
- arch: x86_64
158
runner: ubuntu-24.04
159
steps:
0 commit comments