fix: use llvm16 and clang16 for zig

This commit is contained in:
Anton Livaja 2024-08-15 09:28:07 -04:00
parent 690aa3d960
commit 99fd407a37
No known key found for this signature in database
GPG key ID: 44A86CFF1FDF0E85

View file

@ -11,12 +11,12 @@ COPY static-glibc.patch .
FROM fetch AS build
COPY --from=stagex/binutils . /
COPY --from=stagex/busybox . /
COPY --from=stagex/clang . /
COPY --from=stagex/clang16 . /
COPY --from=stagex/cmake . /
COPY --from=stagex/gcc . /
COPY --from=stagex/libzstd . /
COPY --from=stagex/lld . /
COPY --from=stagex/llvm . /
COPY --from=stagex/llvm16 . /
COPY --from=stagex/make . /
COPY --from=stagex/musl . /
COPY --from=stagex/openssl . /