Skip to content
Snippets Groups Projects

Update libcapsule to v0.20230802.0

Merged Simon McVittie requested to merge wip/smcv/logging into main
All threads resolved!
+ 2
2
@@ -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
Loading