Skip to content
Snippets Groups Projects
Commit 832fbe9a authored by Simon McVittie's avatar Simon McVittie
Browse files

CI: Build on Debian 10 and 11, instead of 9 and 10


Debian 9 is way past end-of-life and has now been removed from the main
Debian mirrors, causing CI to fail.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 1f3c493b
No related branches found
No related tags found
1 merge request!576Update libcapsule to v0.20230802.0
......@@ -113,15 +113,15 @@ build:asan:
paths:
- debian/tmp/artifacts/${CI_JOB_NAME}
build:stretch:
build:buster:
extends: .deb-build-snapshot
variables:
BUILD_IMAGE: 'debian:stretch-slim'
BUILD_IMAGE: 'debian:buster-slim'
build:buster:
build:bullseye:
extends: .deb-build-snapshot
variables:
BUILD_IMAGE: 'debian:buster-slim'
BUILD_IMAGE: 'debian:bullseye-slim'
build:bionic:
extends: .deb-build-snapshot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment