Skip to content

Commit 245f624

Browse files
committed
fix(build): compile boringssl C++ with g++ to resolve libstdc++ headers on musl; verified locally
1 parent eb6a809 commit 245f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --no-cache build-base git autoconf libpsl-dev libtool cmake go curl
88

99
# Prefer clang toolchain for BoringSSL/quiche on all arches (including arm64)
1010
ENV CC=clang
11-
ENV CXX=clang++
11+
ENV CXX=g++
1212

1313
COPY _dl/quiche.tar.gz /opt/quiche.tar.gz
1414
COPY _dl/curl.tar.gz /opt/curl.tar.gz

0 commit comments

Comments
 (0)