File tree Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Expand file tree Collapse file tree 5 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11package :
22 name : pg-failover-slots-16
33 version : 1.1.0
4- epoch : 2
4+ epoch : 3
55 description : PG Failover Slots extension for PostgreSQL 16
66 copyright :
77 - license : BSD-3-Clause
@@ -12,7 +12,8 @@ environment:
1212 - automake
1313 - build-base
1414 - busybox
15- - clang
15+ # NOTE: align with clang version in postgresql-*-dev
16+ - clang-19
1617 - krb5-dev
1718 - postgresql-16-dev
1819
Original file line number Diff line number Diff line change 33package :
44 name : pgaudit-17
55 version : " 17.1"
6- epoch : 2
6+ epoch : 3
77 description : PostgreSQL Audit Extension
88 copyright :
99 - license : BSD-3-Clause
@@ -19,7 +19,8 @@ environment:
1919 - build-base
2020 - busybox
2121 - ca-certificates-bundle
22- - clang
22+ # NOTE: align with clang version in postgresql-*-dev
23+ - clang-19
2324 - glibc-dev
2425 - krb5-dev
2526 - postgresql-17-dev
Original file line number Diff line number Diff line change 33package :
44 name : pgvector-16
55 version : 0.8.0
6- epoch : 1
6+ epoch : 2
77 description : Open-source vector similarity search for PostgreSQL
88 copyright :
99 - license : PostgreSQL
@@ -15,7 +15,8 @@ environment:
1515 - automake
1616 - build-base
1717 - busybox
18- - clang
18+ # NOTE: align with clang version in postgresql-*-dev
19+ - clang-19
1920 - postgresql-16-dev
2021
2122pipeline :
Original file line number Diff line number Diff line change 33package :
44 name : pgvector-17
55 version : 0.8.0
6- epoch : 1
6+ epoch : 2
77 description : Open-source vector similarity search for PostgreSQL
88 copyright :
99 - license : PostgreSQL
@@ -21,7 +21,8 @@ environment:
2121 - automake
2222 - build-base
2323 - busybox
24- - clang
24+ # NOTE: align with clang version in postgresql-*-dev
25+ - clang-19
2526 - postgresql-${{vars.pg-version}}-dev
2627
2728pipeline :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ environment:
1313 - autoconf
1414 - build-base
1515 - busybox
16+ # NOTE: align with clang version in postgresql-*-dev
1617 - clang-19
1718 - gdal-dev
1819 - geos-dev
You can’t perform that action at this time.
0 commit comments