Skip to content

Commit da64ab7

Browse files
authored
Don't fuzz on arm64 on pr (#1594)
Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent 8210dfd commit da64ab7

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/ValidatePullRequest.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,15 @@ jobs:
164164
strategy:
165165
matrix:
166166
target: ['fuzz_host_print', 'fuzz_guest_call', 'fuzz_host_call', 'fuzz_guest_estimate_trace_event', 'fuzz_guest_trace']
167-
arch: [X64, arm64]
168-
exclude:
169-
- arch: arm64
170-
target: fuzz_guest_trace
171-
- arch: arm64
172-
target: fuzz_guest_estimate_trace_event
167+
arch:
168+
- X64
169+
# arm64 disabled to conserve the limited self-hosted Apple runners.
170+
# - arm64
171+
# exclude:
172+
# - arch: arm64
173+
# target: fuzz_guest_trace
174+
# - arch: arm64
175+
# target: fuzz_guest_estimate_trace_event
173176
uses: ./.github/workflows/dep_fuzzing.yml
174177
secrets: inherit
175178
with:

0 commit comments

Comments
 (0)