@@ -183,7 +183,7 @@ install:
183
183
- ls -lah $HOST_CACHE_DIR && ls -lah $HOST_CACHE_DIR/depends && ls -lah $HOST_CACHE_DIR/ccache && ls -lah $HOST_CACHE_DIR/docker
184
184
# Load cached builder image
185
185
- if [ -f $HOST_CACHE_DIR/docker/dash-builder-$BUILD_TARGET.tar.gz ]; then zcat $HOST_CACHE_DIR/docker/dash-builder-$BUILD_TARGET.tar.gz | docker load || true; fi
186
- - travis_retry docker pull ubuntu:bionic
186
+ - travis_retry docker pull ubuntu:focal
187
187
- travis_retry docker build -t $BUILDER_IMAGE_NAME --build-arg=USER_ID=$UID --build-arg=GROUP_ID=$UID --build-arg=BUILD_TARGET=$BUILD_TARGET -f contrib/containers/ci/Dockerfile ci
188
188
before_script :
189
189
# Make sure stdout is in blocking mode. Otherwise builds will fail due to large writes to stdout
@@ -213,14 +213,14 @@ after_success:
213
213
- set -o errexit; source ./ci/lint/06_script.sh
214
214
215
215
- stage : test
216
- name : ' ARM [GOAL: install] [bionic ] [unit tests, functional tests]'
216
+ name : ' ARM [GOAL: install] [focal ] [unit tests, functional tests]'
217
217
arch : arm64
218
218
env : >-
219
219
FILE_ENV="./ci/test/00_setup_env_arm.sh"
220
220
QEMU_USER_CMD="" # Can run the tests natively without qemu
221
221
222
222
- stage : test
223
- name : ' S390x [GOAL: install] [bionic ] [unit tests, functional tests]'
223
+ name : ' S390x [GOAL: install] [focal ] [unit tests, functional tests]'
224
224
arch : s390x
225
225
env : >-
226
226
FILE_ENV="./ci/test/00_setup_env_s390x.sh"
@@ -242,7 +242,7 @@ after_success:
242
242
FILE_ENV="./ci/test/00_setup_env_native_centos.sh"
243
243
244
244
- stage : test
245
- name : ' x86_64 Linux [GOAL: install] [bionic ] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
245
+ name : ' x86_64 Linux [GOAL: install] [focal ] [uses qt5 dev package instead of depends Qt to speed up build and avoid timeout] [unsigned char]'
246
246
env : >-
247
247
FILE_ENV="./ci/test/00_setup_env_native_qt5.sh"
248
248
# x86_64 Linux (xenial, no depends, only system libs, sanitizers: thread (TSan))
@@ -253,17 +253,17 @@ after_success:
253
253
TEST_RUNNER_EXTRA="--exclude feature_block" # Not enough memory on travis machines
254
254
# x86_64 Linux (no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer)
255
255
- stage : test
256
- name : ' x86_64 Linux [GOAL: install] [bionic ] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
256
+ name : ' x86_64 Linux [GOAL: install] [focal ] [no depends, only system libs, sanitizers: address/leak (ASan + LSan) + undefined (UBSan) + integer]'
257
257
env : >-
258
258
FILE_ENV="./ci/test/00_setup_env_native_asan.sh"
259
259
260
260
- stage : test
261
- name : ' x86_64 Linux [GOAL: install] [bionic ] [no wallet]'
261
+ name : ' x86_64 Linux [GOAL: install] [focal ] [no wallet]'
262
262
env : >-
263
263
FILE_ENV="./ci/test/00_setup_env_native_fuzz.sh"
264
264
265
265
- stage : test
266
- name : ' x86_64 Linux [GOAL: install] [bionic ] [no depends, only system libs, fuzzers under valgrind]'
266
+ name : ' x86_64 Linux [GOAL: install] [focal ] [no depends, only system libs, fuzzers under valgrind]'
267
267
env : >-
268
268
FILE_ENV="./ci/test/00_setup_env_native_fuzz_with_valgrind.sh"
269
269
0 commit comments