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"
task:
name: 'no wallet, libbitcoinkernel'
name: 'no wallet'
<< : *GLOBAL_TASK_TEMPLATE
persistent_worker:
labels:

View File

@ -78,7 +78,7 @@ jobs:
# 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'
timeout-minutes: 120
timeout-minutes: 360
env:
FILE_ENV: './ci/test/00_setup_env_mac_native.sh'
@ -130,7 +130,7 @@ jobs:
runs-on: windows-2022
# 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:
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 DEP_OPTS="NO_WALLET=1 CC=clang-10 CXX='clang++-10 -stdlib=libc++'"
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"