File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -212,20 +212,6 @@ jobs:
212
212
shell : cmd
213
213
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%
214
214
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
-
229
215
asan-lsan-ubsan-integer-no-depends-usdt :
230
216
name : ' ASan + LSan + UBSan + integer, no depends, USDT'
231
217
runs-on : ubuntu-24.04 # has to match container in ci/test/00_setup_env_native_asan.sh for tracing tools
Original file line number Diff line number Diff line change @@ -15,4 +15,3 @@ export BITCOIN_CONFIG="-DBUILD_GUI=ON -DWITH_ZMQ=ON -DREDUCE_EXPORTS=ON"
15
15
export CI_OS_NAME=" macos"
16
16
export NO_DEPENDS=1
17
17
export OSX_SDK=" "
18
- export RUN_FUZZ_TESTS=true
You can’t perform that action at this time.
0 commit comments