File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ task:
149
149
- 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
150
150
151
151
task :
152
- name : ' ARM [unit tests, no functional tests] [buster ]'
152
+ name : ' ARM [unit tests, no functional tests] [bullseye ]'
153
153
<< : *GLOBAL_TASK_TEMPLATE
154
154
arm_container :
155
- image : debian:buster
155
+ image : debian:bullseye
156
156
cpu : 2
157
157
memory : 8G
158
158
env :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [ -n "$QEMU_USER_CMD" ]; then
18
18
fi
19
19
export CONTAINER_NAME=ci_arm_linux
20
20
# Use debian to avoid 404 apt errors when cross compiling
21
- export DOCKER_NAME_TAG=" debian:buster "
21
+ export DOCKER_NAME_TAG=" debian:bullseye "
22
22
export USE_BUSY_BOX=true
23
23
export RUN_UNIT_TESTS=true
24
24
export RUN_FUNCTIONAL_TESTS=false
You can’t perform that action at this time.
0 commit comments