ci: Use prebuilt debian images
This should speed up CI jobs. Close #380
This commit is contained in:
@@ -9,6 +9,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
L5_DOCKER_IMAGE: debian:bookworm
|
L5_DOCKER_IMAGE: debian:bookworm
|
||||||
|
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20211221
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
||||||
build:native:
|
build:native:
|
||||||
@@ -23,15 +24,8 @@ build:native:
|
|||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $PKG_ONLY == "1"
|
- $PKG_ONLY == "1"
|
||||||
image: debian:bookworm
|
image: "${DEBIAN_IMAGE}"
|
||||||
tags: []
|
tags: []
|
||||||
before_script:
|
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
|
||||||
- apt-get -y update
|
|
||||||
- apt-get -y install eatmydata
|
|
||||||
- eatmydata apt-get -y install gcovr ca-certificates appstream
|
|
||||||
- '[ "${WANT_BUILD_DEPS}" != "true" ] || eatmydata apt-get -y build-dep .'
|
|
||||||
- ulimit -c unlimited
|
|
||||||
script:
|
script:
|
||||||
- 'echo "Build opts: ${BUILD_OPTS}"'
|
- 'echo "Build opts: ${BUILD_OPTS}"'
|
||||||
- meson ${BUILD_OPTS} . _build
|
- meson ${BUILD_OPTS} . _build
|
||||||
|
Reference in New Issue
Block a user