Skip to content

Commit 84c0cf8

Browse files
authored
Add 17.1 images (#159)
PG17: Bison and Flex are now hard build requirements in configure postgres/postgres@721856f Sister PR citusdata/citus#7661
1 parent 1d9d7d7 commit 84c0cf8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

circleci/images/PG_VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
PG14=14.14
22
PG15=15.9
33
PG16=16.5
4+
PG17=17.1

circleci/images/exttester/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ apt-get install -y --no-install-recommends \
3232
locales \
3333
make \
3434
perl \
35+
bison \
36+
flex \
3537

3638
# clear apt cache
3739
rm -rf /var/lib/apt/lists/*
@@ -120,6 +122,8 @@ apt-get install -y --no-install-recommends \
120122
locales \
121123
make \
122124
perl \
125+
bison \
126+
flex \
123127

124128
# clear apt cache
125129
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)