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

CI: Switch development container to Debian 12


We were using Debian testing, but that's now reporting a memory leak
that wasn't there 10 days ago, stalling CI. It's not clear whether this
is a real bug in steam-runtime-tools or a regression in a dependency.
For now, hold it back to Debian 12 which is not a moving target.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent b7477515
No related branches found
No related tags found
1 merge request!578CI: Switch development container to Debian 12
Pipeline #55750 passed
......@@ -167,7 +167,7 @@ package:sniper:
build:devel:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:testing-slim
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
before_script:
- *common_before_script
- |
......@@ -204,7 +204,7 @@ build:devel:
build:clang:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:testing-slim
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
before_script:
- *common_before_script
- ./ci/prepare-deb.sh $BUILD_DEPENDENCIES clang clang-tools libclang-rt-dev
......
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