Skip to content

Commit fae3cf0

Browse files
author
MarcoFalke
committed
ci: Temporarily disable macOS/Windows fuzz step
The fuzz binary is still compiled. This is required for the next commit.
1 parent da10e0b commit fae3cf0

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -212,20 +212,6 @@ jobs:
212212
shell: cmd
213213
run: py -3 test\functional\test_runner.py --jobs %NUMBER_OF_PROCESSORS% --ci --quiet --tmpdirprefix=%RUNNER_TEMP% --combinedlogslen=99999999 --timeout-factor=%TEST_RUNNER_TIMEOUT_FACTOR% %TEST_RUNNER_EXTRA%
214214

215-
- name: Clone fuzz corpus
216-
run: |
217-
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "$env:RUNNER_TEMP\qa-assets"
218-
Set-Location "$env:RUNNER_TEMP\qa-assets"
219-
Write-Host "Using qa-assets repo from commit ..."
220-
git log -1
221-
222-
- name: Run fuzz binaries
223-
working-directory: build
224-
env:
225-
BITCOINFUZZ: '${{ github.workspace }}\build\src\test\fuzz\Release\fuzz.exe'
226-
shell: cmd
227-
run: py -3 test\fuzz\test_runner.py --par %NUMBER_OF_PROCESSORS% --loglevel DEBUG %RUNNER_TEMP%\qa-assets\fuzz_corpora
228-
229215
asan-lsan-ubsan-integer-no-depends-usdt:
230216
name: 'ASan + LSan + UBSan + integer, no depends, USDT'
231217
runs-on: ubuntu-24.04 # has to match container in ci/test/00_setup_env_native_asan.sh for tracing tools

ci/test/00_setup_env_mac_native.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
1515
export CI_OS_NAME="macos"
1616
export NO_DEPENDS=1
1717
export OSX_SDK=""
18-
export RUN_FUZZ_TESTS=true

0 commit comments

Comments
 (0)