Skip to content

Commit 1be0c80

Browse files
committed
fix: build wal2json with clang
1 parent a6426e5 commit 1be0c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN git clone https://github.com/eulerto/wal2json.git ./wal2json
1515

1616
# Build and install wal2json
1717
RUN cd /wal2json && \
18-
USE_PGXS=1 CC=gcc make && \
19-
USE_PGXS=1 CC=gcc make install
18+
USE_PGXS=1 SKIP_LLVM=1 make && \
19+
USE_PGXS=1 make install
2020

2121
# Clean up build dependencies
2222
RUN apk del build-base git postgresql-dev clang llvm && \

0 commit comments

Comments
 (0)