aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authormerge-script <falke.marco@gmail.com>2021-09-16 10:55:55 +0200
committermerge-script <falke.marco@gmail.com>2021-09-16 10:55:55 +0200
commit87780dfee8c82ea09b84e74d331db2ad6f9e75ab (patch)
tree66bd66b2f06db9d7e3ca4b12454aa3d06751bba2 /.cirrus.yml
parentec7ec69c7bcaea2b301991066a06b183b50ebe11 (diff)
parent252d1a70fb452893efe4ab64298139eb08d8ac98 (diff)
downloadbitcoin-87780dfee8c82ea09b84e74d331db2ad6f9e75ab.tar.xz
Merge bitcoin/bitcoin#22994: ci: use Debian Bullseye in ARM CI
252d1a70fb452893efe4ab64298139eb08d8ac98 ci: use Debian Bullseye in ARM CI (fanquake) Pull request description: This works around an issue when trying to use `std::filesystem::remove_all` with the ARM GCC on Buster. Has been split out of #20744. See commentary starting here: https://github.com/bitcoin/bitcoin/pull/20744#issuecomment-810279549. Also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93201. ACKs for top commit: MarcoFalke: cr ACK 252d1a70fb452893efe4ab64298139eb08d8ac98 hebasto: ACK 252d1a70fb452893efe4ab64298139eb08d8ac98, I have reviewed the code and it looks OK, I agree it can be merged. Tree-SHA512: ca71f5cb07fe06c1c7f0160935e667ffeb62bd6a1a89b54124b5633c5c176347a2207aaa5eca68938ed89db9778d357e42b677115d4ed386fa2d7d2ffa5025ad
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 d15d24491c..b8e46aed64 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -149,10 +149,10 @@ task:
- python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --jobs=4 --timeout-factor=8 rpc_help feature_config_args rpc_signer feature_presegwit_node_upgrade "tool_wallet.py --descriptors" --failfast # TODO enable '--extended' and remove cherry-picked test list
task:
- name: 'ARM [unit tests, no functional tests] [buster]'
+ name: 'ARM [unit tests, no functional tests] [bullseye]'
<< : *GLOBAL_TASK_TEMPLATE
arm_container:
- image: debian:buster
+ image: debian:bullseye
cpu: 2
memory: 8G
env: