Skip to content

Commit c2b2a14

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents dd37ee4 + a0d8f7e commit c2b2a14

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_and_test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,15 +485,15 @@ jobs:
485485
- name: Build fuzzers/inprocess/libfuzzer_stb_image
486486
run: cd fuzzers/inprocess/libfuzzer_stb_image && cargo build --release
487487

488-
windows-libfuzzer-asan:
489-
runs-on: windows-latest
490-
needs:
491-
- common
492-
steps:
493-
- uses: actions/checkout@v4
494-
- uses: ./.github/workflows/windows-tester-prepare
495-
- name: Build fuzzers/inprocess/libfuzzer_windows_asan
496-
run: cd fuzzers/inprocess/libfuzzer_windows_asan && just test
488+
# windows-libfuzzer-asan:
489+
# runs-on: windows-latest
490+
# needs:
491+
# - common
492+
# steps:
493+
# - uses: actions/checkout@v4
494+
# - uses: ./.github/workflows/windows-tester-prepare
495+
# - name: Build fuzzers/inprocess/libfuzzer_windows_asan
496+
# run: cd fuzzers/inprocess/libfuzzer_windows_asan && just test
497497

498498
windows-frida-gdiplus:
499499
runs-on: windows-latest

0 commit comments

Comments
 (0)