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

Revert "CI: Switch development container to Debian 12"

This reverts commit 1982a2d4.
parent dcc05c25
No related branches found
No related tags found
1 merge request!580Fix several memory leaks
Pipeline #55991 passed
......@@ -167,7 +167,7 @@ package:sniper:
build:devel:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:testing-slim
before_script:
- *common_before_script
- |
......@@ -204,7 +204,7 @@ build:devel:
build:clang:
stage: build
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:bookworm-slim
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:testing-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