@@ -103,6 +103,9 @@ case $FDO_DISTRIBUTION_VERSION in
'bookworm')
# libclang-rt-dev for the clang ASan runtime.
PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libclang-rt-dev )
+ # For cam and lc-compliance
+ # libevent-dev cannot be used here, see build-libcamera-common.sh
+ PKGS_LIBCAMERA_RUNTIME_MULTIARCH+=( libevent-2.1-7 libevent-pthreads-2.1-7 )
;;
'trixie')
# gcc 13 to expand compilation testing coverage.
@@ -65,7 +65,7 @@ include:
.libcamera-ci.debian:12:
variables:
FDO_DISTRIBUTION_VERSION: 'bookworm'
- FDO_DISTRIBUTION_TAG: '2024-12-12.1'
+ FDO_DISTRIBUTION_TAG: '2024-12-16.1'
.libcamera-ci.debian:13:
variables: