mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-10 09:06:15 +01:00
ci: Temporarily disable macOS/Windows fuzz step
The fuzz binary is still compiled. This is required for the next commit.
This commit is contained in:
parent
da10e0bab4
commit
fae3cf0ffa
2 changed files with 0 additions and 15 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -212,20 +212,6 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
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%
|
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%
|
||||||
|
|
||||||
- name: Clone fuzz corpus
|
|
||||||
run: |
|
|
||||||
git clone --depth=1 https://github.com/bitcoin-core/qa-assets "$env:RUNNER_TEMP\qa-assets"
|
|
||||||
Set-Location "$env:RUNNER_TEMP\qa-assets"
|
|
||||||
Write-Host "Using qa-assets repo from commit ..."
|
|
||||||
git log -1
|
|
||||||
|
|
||||||
- name: Run fuzz binaries
|
|
||||||
working-directory: build
|
|
||||||
env:
|
|
||||||
BITCOINFUZZ: '${{ github.workspace }}\build\src\test\fuzz\Release\fuzz.exe'
|
|
||||||
shell: cmd
|
|
||||||
run: py -3 test\fuzz\test_runner.py --par %NUMBER_OF_PROCESSORS% --loglevel DEBUG %RUNNER_TEMP%\qa-assets\fuzz_corpora
|
|
||||||
|
|
||||||
asan-lsan-ubsan-integer-no-depends-usdt:
|
asan-lsan-ubsan-integer-no-depends-usdt:
|
||||||
name: 'ASan + LSan + UBSan + integer, no depends, USDT'
|
name: 'ASan + LSan + UBSan + integer, no depends, USDT'
|
||||||
runs-on: ubuntu-24.04 # has to match container in ci/test/00_setup_env_native_asan.sh for tracing tools
|
runs-on: ubuntu-24.04 # has to match container in ci/test/00_setup_env_native_asan.sh for tracing tools
|
||||||
|
|
|
@ -15,4 +15,3 @@ export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
|
||||||
export CI_OS_NAME="macos"
|
export CI_OS_NAME="macos"
|
||||||
export NO_DEPENDS=1
|
export NO_DEPENDS=1
|
||||||
export OSX_SDK=""
|
export OSX_SDK=""
|
||||||
export RUN_FUZZ_TESTS=true
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue