Merge remote-tracking branch 'origin/pull/242/head' into staging

This commit is contained in:
ryan 2024-09-22 00:05:14 -04:00
commit fd54b9672b
No known key found for this signature in database
GPG key ID: 8E401478A3FBEF72

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 . /