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 ac87833 commit 8ba21a8Copy full SHA for 8ba21a8
linux/Dockerfile
@@ -76,7 +76,7 @@ RUN git clone https://github.com/ivmai/bdwgc \
76
&& ./configure --disable-debug --disable-shared --enable-large-config \
77
&& make -j$(nproc) CFLAGS=-DNO_GETCONTEXT
78
79
-ENV LIBRARY_PATH=/bdwgc/.libs/:/libevent/.libs/
+ENV LIBRARY_PATH=/bdwgc/.libs/
80
ENV PATH=/usr/lib/llvm4/bin:$PATH
81
RUN llvm-config --version
82
0 commit comments