Skip to content

Commit 3c9cb09

Browse files
committed
need to keep older uncrustify that is needed on citus 13 code
1 parent 91a1054 commit 3c9cb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

circleci/images/stylechecker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ curl -fsSL "https://codeload.github.com/uncrustify/uncrustify/tar.gz/uncrustify-
5252
cd uncrustify-uncrustify-0.68.1/
5353
mkdir build
5454
cd build
55-
cmake ..
55+
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
5656
make -j5
5757
make install
5858
cd ../..

0 commit comments

Comments
 (0)