fix: update llvm for zig

This commit is contained in:
Lance R. Vick 2024-09-21 20:43:06 -07:00
parent da0c0e2f18
commit f9f54fc866
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -10,12 +10,12 @@ ADD --checksum=sha256:${SRC_HASH} ${SRC_SITE} .
FROM fetch AS build
COPY --from=stagex/binutils . /
COPY --from=stagex/busybox . /
COPY --from=stagex/clang16 . /
COPY --from=stagex/clang . /
COPY --from=stagex/cmake . /
COPY --from=stagex/gcc . /
COPY --from=stagex/libzstd . /
COPY --from=stagex/lld . /
COPY --from=stagex/llvm16 . /
COPY --from=stagex/llvm . /
COPY --from=stagex/make . /
COPY --from=stagex/musl . /
COPY --from=stagex/openssl . /