Skip to content

Commit 1919170

Browse files
committed
ci: Switch "Win64 native, fuzz" job to clang-cl
1 parent 75d792a commit 1919170

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ jobs:
176176
generate-options: '-T ClangCL -DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DWERROR=ON'
177177
job-name: 'Win64 native, clang-cl'
178178
- job-type: fuzz
179-
env_vars: {}
180-
generate-options: '-DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="wallet" -DBUILD_GUI=OFF -DBUILD_FOR_FUZZING=ON -DWERROR=ON'
181-
job-name: 'Win64 native fuzz, MSVC'
179+
env_vars: { CXXFLAGS: '-Wno-return-type -Wno-error=conditional-uninitialized -Wno-error=missing-braces' }
180+
generate-options: '-T ClangCL -DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="wallet" -DBUILD_GUI=OFF -DBUILD_FOR_FUZZING=ON -DWERROR=ON'
181+
job-name: 'Win64 native, fuzz, clang-cl'
182182

183183
steps:
184184
- name: Checkout

0 commit comments

Comments
 (0)