Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbe0fa5b

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 imagesfor multiple Debian versions.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Discussion:https://postgr.es/m/CAN55FZ0fY5EFHXLKCO_%3Dp4pwFmHRoVom_qSE_7B48gpchfAqzw%40mail.gmail.comBackpatch: 15-, where CI was added
1 parent2ad3b93 commitbe0fa5b

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"
@@ -241,7 +241,7 @@ task:
241241
CPUS:4
242242
BUILD_JOBS:4
243243
TEST_JOBS:8# experimentally derived to be a decent choice
244-
IMAGE_FAMILY:pg-ci-bullseye
244+
IMAGE_FAMILY:pg-ci-bookworm
245245

246246
CCACHE_DIR:/tmp/ccache_dir
247247
DEBUGINFOD_URLS:"https://debuginfod.debian.net"
@@ -312,7 +312,7 @@ task:
312312
#DEBIAN_FRONTEND=noninteractive apt-get -y install ...
313313
314314
matrix:
315-
-name:Linux - DebianBullseye - Autoconf
315+
-name:Linux - DebianBookworm - Autoconf
316316

317317
env:
318318
SANITIZER_FLAGS:-fsanitize=address
@@ -346,7 +346,7 @@ task:
346346
on_failure:
347347
<<:*on_failure_ac
348348

349-
-name:Linux - DebianBullseye - Meson
349+
-name:Linux - DebianBookworm - Meson
350350

351351
env:
352352
CCACHE_MAXSIZE:"400M"# tests two different builds
@@ -373,7 +373,7 @@ task:
373373
${LINUX_MESON_FEATURES} \
374374
-Dllvm=disabled \
375375
--pkg-config-path /usr/lib/i386-linux-gnu/pkgconfig/ \
376-
-DPERL=perl5.32-i386-linux-gnu \
376+
-DPERL=perl5.36-i386-linux-gnu \
377377
-DPG_TEST_EXTRA="$PG_TEST_EXTRA" \
378378
build-32
379379
EOF
@@ -647,7 +647,7 @@ task:
647647
env:
648648
CPUS:4
649649
BUILD_JOBS:4
650-
IMAGE_FAMILY:pg-ci-bullseye
650+
IMAGE_FAMILY:pg-ci-bookworm
651651

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp