Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c8a6ec2

Browse files
committed
ci: Upgrade to Debian Bookworm
Bullseye is getting long in the tooth, upgrade to the current stable version. Backpatch to all versions with CI support, we don't want to generate CI images for multiple Debian versions. Author: Nazir Bilal Yavuz <byavuz81@gmail.com> Discussion: https://postgr.es/m/CAN55FZ0fY5EFHXLKCO_%3Dp4pwFmHRoVom_qSE_7B48gpchfAqzw%40mail.gmail.com Backpatch: 15-, where CI was added
1 parent 43cd30b commit c8a6ec2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.cirrus.tasks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ task:
6565
CPUS: 4
6666
BUILD_JOBS: 8
6767
TEST_JOBS: 8
68-
IMAGE_FAMILY: pg-ci-bullseye
68+
IMAGE_FAMILY: pg-ci-bookworm
6969
CCACHE_DIR: ${CIRRUS_WORKING_DIR}/ccache_dir
7070
# no options enabled, should be small
7171
CCACHE_MAXSIZE: "150M"
@@ -243,7 +243,7 @@ task:
243243
CPUS: 4
244244
BUILD_JOBS: 4
245245
TEST_JOBS: 8 # experimentally derived to be a decent choice
246-
IMAGE_FAMILY: pg-ci-bullseye
246+
IMAGE_FAMILY: pg-ci-bookworm
247247

248248
CCACHE_DIR: /tmp/ccache_dir
249249
DEBUGINFOD_URLS: "https://debuginfod.debian.net"
@@ -314,7 +314,7 @@ task:
314314
#DEBIAN_FRONTEND=noninteractive apt-get -y install ...
315315
316316
matrix:
317-
- name: Linux - Debian Bullseye - Autoconf
317+
- name: Linux - Debian Bookworm - Autoconf
318318

319319
env:
320320
SANITIZER_FLAGS: -fsanitize=address
@@ -348,7 +348,7 @@ task:
348348
on_failure:
349349
<<: *on_failure_ac
350350

351-
- name: Linux - Debian Bullseye - Meson
351+
- name: Linux - Debian Bookworm - Meson
352352

353353
env:
354354
CCACHE_MAXSIZE: "400M" # tests two different builds
@@ -375,7 +375,7 @@ task:
375375
${LINUX_MESON_FEATURES} \
376376
-Dllvm=disabled \
377377
--pkg-config-path /usr/lib/i386-linux-gnu/pkgconfig/ \
378-
-DPERL=perl5.32-i386-linux-gnu \
378+
-DPERL=perl5.36-i386-linux-gnu \
379379
-DPG_TEST_EXTRA="$PG_TEST_EXTRA" \
380380
build-32
381381
EOF
@@ -651,7 +651,7 @@ task:
651651
env:
652652
CPUS: 4
653653
BUILD_JOBS: 4
654-
IMAGE_FAMILY: pg-ci-bullseye
654+
IMAGE_FAMILY: pg-ci-bookworm
655655

656656
# Use larger ccache cache, as this task compiles with multiple compilers /
657657
# flag combinations

0 commit comments

Comments
 (0)