We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6426e5 commit 1be0c80Copy full SHA for 1be0c80
Dockerfile
@@ -15,8 +15,8 @@ RUN git clone https://github.com/eulerto/wal2json.git ./wal2json
15
16
# Build and install wal2json
17
RUN cd /wal2json && \
18
- USE_PGXS=1 CC=gcc make && \
19
- USE_PGXS=1 CC=gcc make install
+ USE_PGXS=1 SKIP_LLVM=1 make && \
+ USE_PGXS=1 make install
20
21
# Clean up build dependencies
22
RUN apk del build-base git postgresql-dev clang llvm && \
0 commit comments