Commit e4d3aa0
authored
Upgrade uncrustify to fix stylechecker images (#179)
Upgrades uncrustify to 0.82.0 (see below), downgrades pg versions since
we will bump versions in Citus _after_ we fix style images.
Getting the following error with uncrustify 0.68.1:
```
+ cmake ..
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
```
Fix:
0.78.0 is the oldest version with cmake_minimum_required(VERSION 3.5).
However, I suggest going with the newest version of uncrustify, 0.82.0,
since were gonna update all things anyway, might as well use the newest
version.
Sister PRs citusdata/citus#8373
citusdata/tools#3821 parent 24bb0ba commit e4d3aa0
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments