Skip to content

Commit 0d0783c

Browse files
committed
previous uncrustify version, pg15
1 parent ac4338a commit 0d0783c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

circleci/images/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ PG_VERSIONS=$(shell cat PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
1414

1515
PG_UPGRADE_TESTER_VERSION=$(shell echo ${PG_VERSIONS}|tr ' ' '-'|sed 's/~//g')
1616

17-
STYLE_CHECKER_TOOLS_VERSION=0.8.33
17+
STYLE_CHECKER_TOOLS_VERSION=0.8.18
1818

1919
# Upgrade tests for the PG major versions from PG_VERSIONS file
2020
CITUS_UPGRADE_PG_VERSIONS=$(shell head PG_VERSIONS|cut -c 6-|tr '\n' ' ')
21+
CITUS_UPGRADE_VERSIONS_15=v12.1.10
2122
# 12.1.10 is the latest release of Citus 12 when the test is expanded to cover Citus 12
2223
CITUS_UPGRADE_VERSIONS_16=v12.1.10
2324
# Latest minor version of Citus 13

circleci/images/PG_VERSIONS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
PG15=15.17
12
PG16=16.13
23
PG17=17.9
34
PG18=18.3

circleci/images/stylechecker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ make uncrustify/.install
4848
cd ..
4949
rm -rf "v${TOOLS_VERSION}.tar.gz"
5050

51-
curl -fsSL "https://codeload.github.com/uncrustify/uncrustify/tar.gz/uncrustify-0.82.0" | tar xz
52-
cd uncrustify-uncrustify-0.82.0/
51+
curl -fsSL "https://codeload.github.com/uncrustify/uncrustify/tar.gz/uncrustify-0.68.1" | tar xz
52+
cd uncrustify-uncrustify-0.68.1/
5353
mkdir build
5454
cd build
5555
cmake ..
5656
make -j5
5757
make install
5858
cd ../..
59-
rm -rf uncrustify-uncrustify-0.82.0/
59+
rm -rf uncrustify-uncrustify-0.68.1/
6060

6161
export CARGO_HOME="${CARGO_HOME:-/root/.cargo}"
6262
export RUSTUP_HOME="${RUSTUP_HOME:-/root/.rustup}"

0 commit comments

Comments
 (0)