65
65
CPUS : 4
66
66
BUILD_JOBS : 8
67
67
TEST_JOBS : 8
68
- IMAGE_FAMILY : pg-ci-bullseye
68
+ IMAGE_FAMILY : pg-ci-bookworm
69
69
CCACHE_DIR : ${CIRRUS_WORKING_DIR}/ccache_dir
70
70
# no options enabled, should be small
71
71
CCACHE_MAXSIZE : " 150M"
@@ -243,7 +243,7 @@ task:
243
243
CPUS : 4
244
244
BUILD_JOBS : 4
245
245
TEST_JOBS : 8 # experimentally derived to be a decent choice
246
- IMAGE_FAMILY : pg-ci-bullseye
246
+ IMAGE_FAMILY : pg-ci-bookworm
247
247
248
248
CCACHE_DIR : /tmp/ccache_dir
249
249
DEBUGINFOD_URLS : " https://debuginfod.debian.net"
@@ -314,7 +314,7 @@ task:
314
314
#DEBIAN_FRONTEND=noninteractive apt-get -y install ...
315
315
316
316
matrix :
317
- - name : Linux - Debian Bullseye - Autoconf
317
+ - name : Linux - Debian Bookworm - Autoconf
318
318
319
319
env :
320
320
SANITIZER_FLAGS : -fsanitize=address
@@ -348,7 +348,7 @@ task:
348
348
on_failure :
349
349
<< : *on_failure_ac
350
350
351
- - name : Linux - Debian Bullseye - Meson
351
+ - name : Linux - Debian Bookworm - Meson
352
352
353
353
env :
354
354
CCACHE_MAXSIZE : " 400M" # tests two different builds
@@ -375,7 +375,7 @@ task:
375
375
${LINUX_MESON_FEATURES} \
376
376
-Dllvm=disabled \
377
377
--pkg-config-path /usr/lib/i386-linux-gnu/pkgconfig/ \
378
- -DPERL=perl5.32 -i386-linux-gnu \
378
+ -DPERL=perl5.36 -i386-linux-gnu \
379
379
-DPG_TEST_EXTRA="$PG_TEST_EXTRA" \
380
380
build-32
381
381
EOF
@@ -651,7 +651,7 @@ task:
651
651
env :
652
652
CPUS : 4
653
653
BUILD_JOBS : 4
654
- IMAGE_FAMILY : pg-ci-bullseye
654
+ IMAGE_FAMILY : pg-ci-bookworm
655
655
656
656
# Use larger ccache cache, as this task compiles with multiple compilers /
657
657
# flag combinations
0 commit comments