gitlab-ci: Use byzantium instead of Debian bullseye
We didn't have bullseye images back then.
This commit is contained in:
@@ -10,7 +10,7 @@ stages:
|
|||||||
variables:
|
variables:
|
||||||
DEPS: build-essential git
|
DEPS: build-essential git
|
||||||
WANT_BUILD_DEPS: "true"
|
WANT_BUILD_DEPS: "true"
|
||||||
IMAGE: debian:bullseye
|
IMAGE: pureos/byzantium
|
||||||
COMMON_BUILD_OPTS: --werror
|
COMMON_BUILD_OPTS: --werror
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user