Skip to content

Commit 604aa21

Browse files
committed
docker: install lld for ldc
ldc2 on alpine is configured to use the lld linker, however, said package is not pulled in as a dependency. Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
1 parent 80fd15e commit 604aa21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG DCBIN
77

88
# Build dub (and install tests dependencies in the process)
99
WORKDIR /root/build/
10-
RUN apk add --no-cache bash build-base curl curl-dev dtools dub git grep rsync $DCPKG
10+
RUN apk add --no-cache bash build-base curl curl-dev dtools dub git grep rsync lld $DCPKG
1111
ADD . /root/build/
1212
RUN dub test --compiler=$DCBIN && dub build --compiler=$DCBIN
1313

0 commit comments

Comments
 (0)