File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ PG_VERSIONS=$(shell cat PG_VERSIONS|cut -c 6-|tr '\n' ' ' )
1414
1515PG_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
2020CITUS_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
2223CITUS_UPGRADE_VERSIONS_16 =v12.1.10
2324# Latest minor version of Citus 13
Original file line number Diff line number Diff line change 1+ PG15=15.17
12PG16=16.13
23PG17=17.9
34PG18=18.3
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ make uncrustify/.install
4848cd ..
4949rm -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 /
5353mkdir build
5454cd build
5555cmake ..
5656make -j5
5757make install
5858cd ../..
59- rm -rf uncrustify-uncrustify-0.82.0 /
59+ rm -rf uncrustify-uncrustify-0.68.1 /
6060
6161export CARGO_HOME="${CARGO_HOME:-/root/.cargo}"
6262export RUSTUP_HOME="${RUSTUP_HOME:-/root/.rustup}"
You can’t perform that action at this time.
0 commit comments