From bc4057e3687cf13283d7672e0f12cb81c849f82c Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 14 May 2022 17:05:01 +0200 Subject: [PATCH] replace ubuntu21-10-static-build CI job with ubuntu22-04-static-build --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cea4bd0ab..5503ad64a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -357,12 +357,12 @@ ubuntu22-04-build: variables: IMAGE: ubuntu-22.04 -ubuntu21-10-static-build: +ubuntu22-04-static-build: <<: *deb_build_definition before_script: - export CONFIGURE_OPTIONS="--disable-shared --enable-static" needs: - - job: docker_build_ubuntu-21.10 + - job: docker_build_ubuntu-22.04 artifacts: false - job: portable-source artifacts: true @@ -377,7 +377,7 @@ ubuntu21-10-static-build: tags: - linux variables: - IMAGE: ubuntu-21.10 + IMAGE: ubuntu-22.04 out-of-source-build: <<: *deb_build_definition -- 2.40.0