aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-02-10 16:08:07 -0500
committerCarl Dong <contact@carldong.me>2022-02-14 14:54:01 -0500
commit2c03cec2ff8cdbfd5da92bfb507d218e5c6435b0 (patch)
treea9d46ae389a94b398f581f6dbae671720979bfa1 /.cirrus.yml
parent095aa6ca37bf0bd5c5e221bab779978a99b2a34c (diff)
downloadbitcoin-2c03cec2ff8cdbfd5da92bfb507d218e5c6435b0.tar.xz
ci: Build bitcoin-chainstate
...to make sure that the linker errors that arise from coupling regressions are caught by CI. Adding to the "no wallet" ci job as suggested by MarcoFalke.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 5624c97d56..dea85f7ff5 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -259,13 +259,13 @@ task:
FILE_ENV: "./ci/test/00_setup_env_i686_multiprocess.sh"
task:
- name: '[no wallet] [bionic]'
+ name: '[no wallet, libbitcoinkernel] [bionic]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:bionic
env:
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
- FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
+ FILE_ENV: "./ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh"
task:
name: 'macOS 10.15 [gui, no tests] [focal]'