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 83a0b73 commit 70a3f17Copy full SHA for 70a3f17
linux/Dockerfile
@@ -4,11 +4,12 @@ FROM ${debian_image} AS debian
4
5
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list \
6
&& apt-get update \
7
- && apt-get install -y -t buster-backports build-essential libevent-dev libpcre3-dev automake libtool pkg-config git curl llvm-8 \
+ && apt-get install -y -t buster-backports build-essential libevent-dev libpcre3-dev automake libtool pkg-config git curl llvm-8 clang-8 \
8
&& (pkg-config || true)
9
10
ARG release
11
ENV CFLAGS="-fPIC -pipe ${release:+-O2}"
12
+ENV CC="clang-8"
13
14
# Build libgc
15
ARG gc_version
0 commit comments