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 ada636c commit ac050a3Copy full SHA for ac050a3
Dockerfile
@@ -91,6 +91,7 @@ RUN --network=default \
91
$(if [ "${BUILDPLATFORM}" != "linux/amd64" ]; then echo "g++-x86-64-linux-gnu"; fi) \
92
libc6-dev-amd64-cross \
93
libc6-dev-arm64-cross \
94
+ lld \
95
g++
96
97
# Setup the cross-compilation environment
0 commit comments