We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5783639 commit 458b25dCopy full SHA for 458b25d
2 files changed
Dockerfile
@@ -26,6 +26,7 @@ RUN install-packages \
26
file \
27
g++ \
28
gcc \
29
+ clang \
30
imagemagick \
31
libbz2-dev \
32
libc6-dev \
stacks/fluent-bit/build.sh
@@ -16,7 +16,7 @@ function build() {
16
&& cd $GOPATH/src/fluent-bit/build \
17
&& apt update \
18
&& apt install -yq flex bison libyaml-dev libssl-dev libsasl2-dev \
19
- && cmake -DFLB_ALL=Yes -DCMAKE_INSTALL_PREFIX=/opt/drycc/fluent-bit ../ \
+ && cmake -DFLB_ALL=Yes -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=/opt/drycc/fluent-bit ../ \
20
&& make \
21
&& make install
22
cp -rf /opt/drycc/fluent-bit/* "${DATA_DIR}"
0 commit comments