Skip to content

Commit 7a49fdc

Browse files
author
MarcoFalke
committed
Merge bitcoin/bitcoin#22388: ci: use Ubuntu 20.04 as the default Docker container
7fc1e14 ci: use Ubuntu 20.04 as the default Docker container (fanquake) Pull request description: All but 2 of the Ubuntu CIs (native qt5 & nowallet) are already using 20.04 or 21.04. ACKs for top commit: MarcoFalke: cr ACK 7fc1e14 Tree-SHA512: f35d79a87af6c6955695b5e627884f94aed19bafaed4657d03ef4db66cf47cae5311464bb39961570140325652941283b9d88dff862776e8becfff9130162917
2 parents ddc6979 + 7fc1e14 commit 7a49fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test/00_setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export RUN_FUZZ_TESTS=${RUN_FUZZ_TESTS:-false}
4747
export EXPECTED_TESTS_DURATION_IN_SECONDS=${EXPECTED_TESTS_DURATION_IN_SECONDS:-1000}
4848

4949
export CONTAINER_NAME=${CONTAINER_NAME:-ci_unnamed}
50-
export DOCKER_NAME_TAG=${DOCKER_NAME_TAG:-ubuntu:18.04}
50+
export DOCKER_NAME_TAG=${DOCKER_NAME_TAG:-ubuntu:20.04}
5151
# Randomize test order.
5252
# See https://www.boost.org/doc/libs/1_71_0/libs/test/doc/html/boost_test/utf_reference/rt_param_reference/random.html
5353
export BOOST_TEST_RANDOM=${BOOST_TEST_RANDOM:-1}

0 commit comments

Comments
 (0)