Skip to content

Commit eb34c32

Browse files
committed
ci: Replace buster with impish for system Qt 5.15.2
Compiler versions: - buster: 8.3.0-6 - impish: 8.5.0-0ubuntu4 Cherry-picked: ea4f68a
1 parent 32b31f1 commit eb34c32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ task:
225225
# FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
226226

227227
task:
228-
name: '[previous releases, uses qt5 dev package and some depends packages, DEBUG] [unsigned char] [buster]'
228+
name: '[previous releases, uses qt5 dev package and some depends packages, DEBUG] [unsigned char] [impish]'
229229
previous_releases_cache:
230230
folder: "releases"
231231
<< : *GLOBAL_TASK_TEMPLATE
232232
container:
233-
image: ubuntu:bionic
233+
image: ubuntu:impish
234234
env:
235235
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
236236
FILE_ENV: "./ci/test/00_setup_env_native_qt5.sh"

ci/test/00_setup_env_native_qt5.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
export LC_ALL=C.UTF-8
88

99
export CONTAINER_NAME=ci_native_qt5
10-
export DOCKER_NAME_TAG=debian:buster # Check that buster gcc-8 can compile our C++17 and run our functional tests in python3, see doc/dependencies.md
10+
export DOCKER_NAME_TAG=ubuntu:21.10 # Check that impish gcc-8 can compile our C++17 and run our functional tests in python3, see doc/dependencies.md
1111
export PACKAGES="gcc-8 g++-8 python3-zmq qtbase5-dev qttools5-dev-tools qtdeclarative5-dev qtquickcontrols2-5-dev libdbus-1-dev libharfbuzz-dev"
1212
export DEP_OPTS="NO_QT=1 NO_UPNP=1 NO_NATPMP=1 DEBUG=1 ALLOW_HOST_PACKAGES=1 CC=gcc-8 CXX=g++-8"
1313
export TEST_RUNNER_EXTRA="--previous-releases --coverage --extended --exclude feature_dbcrash" # Run extended tests so that coverage does not fail, but exclude the very slow dbcrash

0 commit comments

Comments
 (0)