mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +00:00
ci: Use prebuilt debian images
This should speed up CI jobs. Close #380
This commit is contained in:
parent
a21fded449
commit
f068e20f68
1 changed files with 2 additions and 8 deletions
|
@ -9,6 +9,7 @@ stages:
|
|||
|
||||
variables:
|
||||
L5_DOCKER_IMAGE: debian:bookworm
|
||||
DEBIAN_IMAGE: $CI_REGISTRY/gnome/calls/debian:v0.0.20211221
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
||||
build:native:
|
||||
|
@ -23,15 +24,8 @@ build:native:
|
|||
except:
|
||||
variables:
|
||||
- $PKG_ONLY == "1"
|
||||
image: debian:bookworm
|
||||
image: "${DEBIAN_IMAGE}"
|
||||
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:
|
||||
- 'echo "Build opts: ${BUILD_OPTS}"'
|
||||
- meson ${BUILD_OPTS} . _build
|
||||
|
|
Loading…
Reference in a new issue