mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 05:32:22 +02:00
Merge bitcoin/bitcoin#35640: ci: use a 8x instance over 16x for riscv job
47bbed052eci: use true|false over "true|false" (fanquake)9a25bc3989ci: use a 8x instance over 16x (fanquake) Pull request description: Follows up to https://github.com/bitcoin/bitcoin/pull/31425#discussion_r3453058552. ACKs for top commit: sedited: ACK47bbed052eTree-SHA512: 518794115550d744e2bae048858299ebb83f2d3678aa7ba088928fc54a497aa1bc9a55ccaf31cdd615eaac13e22c037ac1df663ce581acec9392eff4414f4987
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -530,7 +530,7 @@ jobs:
|
||||
file-env: './ci/test/00_setup_env_native_msan.sh'
|
||||
|
||||
- name: 'riscv32 bare metal, static libbitcoin_consensus'
|
||||
warp-runner: 'warp-ubuntu-latest-x64-16x'
|
||||
warp-runner: 'warp-ubuntu-latest-x64-8x'
|
||||
fallback-runner: 'ubuntu-latest'
|
||||
timeout-minutes: 120
|
||||
file-env: './ci/test/00_setup_env_riscv_bare_cross.sh'
|
||||
|
||||
@@ -28,6 +28,6 @@ export BITCOIN_CONFIG="\
|
||||
-DAPPEND_CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE -U_FORTIFY_SOURCE' \
|
||||
"
|
||||
export USE_INSTRUMENTED_LIBCPP="MemoryWithOrigins"
|
||||
export RUN_UNIT_TESTS="false"
|
||||
export RUN_FUNCTIONAL_TESTS="false"
|
||||
export RUN_UNIT_TESTS=false
|
||||
export RUN_FUNCTIONAL_TESTS=false
|
||||
export RUN_FUZZ_TESTS=true
|
||||
|
||||
@@ -14,7 +14,7 @@ export DEP_OPTS="CC=gcc-12 CXX=g++-12"
|
||||
export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude feature_dbcrash" # Run extended tests so that coverage does not fail, but exclude the very slow dbcrash
|
||||
export GOAL="install"
|
||||
export CI_LIMIT_STACK_SIZE=1
|
||||
export DOWNLOAD_PREVIOUS_RELEASES="true"
|
||||
export DOWNLOAD_PREVIOUS_RELEASES=true
|
||||
# Use -Werror as the CMake version does not support CMAKE_COMPILE_WARNING_AS_ERROR
|
||||
export BITCOIN_CONFIG="\
|
||||
--preset=dev-mode \
|
||||
|
||||
@@ -31,5 +31,5 @@ export BITCOIN_CONFIG="\
|
||||
-DREDUCE_EXPORTS=ON \
|
||||
-DWITH_USDT=OFF \
|
||||
"
|
||||
export RUN_UNIT_TESTS="false"
|
||||
export RUN_FUNCTIONAL_TESTS="false"
|
||||
export RUN_UNIT_TESTS=false
|
||||
export RUN_FUNCTIONAL_TESTS=false
|
||||
|
||||
@@ -31,7 +31,7 @@ export BITCOIN_CONFIG="-DCMAKE_C_COMPILER=/opt/riscv-ilp32/bin/riscv32-unknown-e
|
||||
-DIFADDR_LINKS_WITHOUT_LIBSOCKET=ON \
|
||||
"
|
||||
|
||||
export BARE_METAL_RISCV="true"
|
||||
export RUN_UNIT_TESTS="false"
|
||||
export RUN_FUNCTIONAL_TESTS="false"
|
||||
export NO_DEPENDS="true"
|
||||
export BARE_METAL_RISCV=true
|
||||
export RUN_UNIT_TESTS=false
|
||||
export RUN_FUNCTIONAL_TESTS=false
|
||||
export NO_DEPENDS=true
|
||||
|
||||
Reference in New Issue
Block a user