Skip to content

Commit ac050a3

Browse files
committed
Install lld in the docker image
1 parent ada636c commit ac050a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ RUN --network=default \
9191
$(if [ "${BUILDPLATFORM}" != "linux/amd64" ]; then echo "g++-x86-64-linux-gnu"; fi) \
9292
libc6-dev-amd64-cross \
9393
libc6-dev-arm64-cross \
94+
lld \
9495
g++
9596

9697
# Setup the cross-compilation environment

0 commit comments

Comments
 (0)