llvm lit symlink

This commit is contained in:
Lance Vick 2024-01-16 09:48:42 -08:00
parent 3236f269d5
commit 6c5b0e0855
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ RUN set -eux; \
COPY --from=musl /lib/* /rootfs/lib/
COPY --from=gcc /usr/lib/* /rootfs/usr/lib/
COPY --from=gcc /usr/lib64/* /rootfs/usr/lib/
RUN ln -s lit /rootfs/usr/bin/llvm-lit
RUN find /rootfs -exec touch -hcd "@0" "{}" +
FROM scratch as package