Skip to content

Commit

Permalink
ci should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Mar 1, 2024
1 parent a55bdf8 commit 66267f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test --load-extension=pgjq


CFLAGS += $(shell $(PKG_CONFIG) --cflags jq)
LIBS += $(shell $(CURL_CONFIG) --libs jq)
CFLAGS += $(shell $(PKG_CONFIG) --cflags jgdsfq)
LIBS += $(shell $(CURL_CONFIG) --libs gdf)
SHLIB_LINK := $(LIBS)

PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit 66267f1

Please sign in to comment.