File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,22 +28,23 @@ jobs:
28
28
- name : Checkout pg_ladybug
29
29
uses : actions/checkout@v4
30
30
with :
31
- repository : ' svenklemm /pg_ladybug'
31
+ repository : ' timescale /pg_ladybug'
32
32
path : ' pg_ladybug'
33
33
34
34
- name : build pg_ladybug
35
35
run : |
36
36
cd pg_ladybug
37
37
cmake -S . -B build
38
38
make -C build
39
+ sudo make -C build install
39
40
40
41
- name : Verify pg_ladybug
41
42
run : |
42
- clang-tidy --load $HOME/work/timescaledb/timescaledb/pg_ladybug/build /lib/libPostgresCheck.so --checks='-*,postgres-*' --list-checks | grep postgres
43
+ clang-tidy --load /usr/local /lib/libPostgresCheck.so --checks='-*,postgres-*' --list-checks | grep postgres
43
44
44
45
- name : Configure timescaledb
45
46
run : |
46
- ./bootstrap -DCMAKE_BUILD_TYPE=Debug -DLINTER=ON -DCLANG_TIDY_EXTRA_OPTS=",-*,postgres-*;--load=$HOME/work/timescaledb/timescaledb/pg_ladybug/build /lib/libPostgresCheck.so"
47
+ ./bootstrap -DCMAKE_BUILD_TYPE=Debug -DLINTER=ON -DCLANG_TIDY_EXTRA_OPTS=",-*,postgres-*;--load=/usr/local /lib/libPostgresCheck.so"
47
48
48
49
- name : Build timescaledb
49
50
run : |
You can’t perform that action at this time.
0 commit comments