Merge ci_knots-26

This commit is contained in:
Luke Dashjr 2024-03-25 17:26:53 +00:00
commit 9877ca00d7
3 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ task:
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh" FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
task: task:
name: 'no wallet, libbitcoinkernel' name: 'no wallet'
<< : *GLOBAL_TASK_TEMPLATE << : *GLOBAL_TASK_TEMPLATE
persistent_worker: persistent_worker:
labels: labels:

View File

@ -78,7 +78,7 @@ jobs:
# No need to run on the read-only mirror, unless it is a PR. # No need to run on the read-only mirror, unless it is a PR.
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request' if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request'
timeout-minutes: 120 timeout-minutes: 360
env: env:
FILE_ENV: './ci/test/00_setup_env_mac_native.sh' FILE_ENV: './ci/test/00_setup_env_mac_native.sh'
@ -130,7 +130,7 @@ jobs:
runs-on: windows-2022 runs-on: windows-2022
# No need to run on the read-only mirror, unless it is a PR. # No need to run on the read-only mirror, unless it is a PR.
if: github.repository != 'bitcoin-core/gui' || github.event_name == 'pull_request' if: false
env: env:
CCACHE_MAXSIZE: '200M' CCACHE_MAXSIZE: '200M'

View File

@ -12,4 +12,4 @@ export CI_IMAGE_NAME_TAG="docker.io/ubuntu:20.04"
export PACKAGES="python3-zmq clang-10 llvm-10 libc++abi-10-dev libc++-10-dev" export PACKAGES="python3-zmq clang-10 llvm-10 libc++abi-10-dev libc++-10-dev"
export DEP_OPTS="NO_WALLET=1 CC=clang-10 CXX='clang++-10 -stdlib=libc++'" export DEP_OPTS="NO_WALLET=1 CC=clang-10 CXX='clang++-10 -stdlib=libc++'"
export GOAL="install" export GOAL="install"
export BITCOIN_CONFIG="--enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared" export BITCOIN_CONFIG="--enable-reduce-exports --enable-shared"