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

This commit is contained in:
Lance R. Vick 2024-10-14 21:35:15 -07:00
commit 3170399395
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D
4 changed files with 1 additions and 5 deletions

View file

@ -9,8 +9,6 @@ ADD --checksum=sha256:${SRC_HASH} ${SRC_SITE} .
FROM fetch AS build
COPY --from=stagex/busybox . /
#COPY --from=stagex/gcc . /
#COPY --from=stagex/binutils . /
COPY --from=stagex/make . /
COPY --from=stagex/musl . /
RUN tar -xf ${SRC_FILE}

View file

@ -20,7 +20,7 @@ COPY --from=stagex/flex . /
COPY --from=stagex/pkgconf . /
COPY --from=stagex/libusb . /
COPY --from=stagex/zlib . /
RUN tar -xvf $SRC_FILE
RUN tar -xf $SRC_FILE
WORKDIR /ccid-${VERSION}
RUN --network=none <<-EOF
set -eux

View file

@ -1,7 +1,6 @@
FROM scratch AS base
ENV VERSION=7.2.6
ENV SRC_HASH=b41c04543148937b887097f396d7b2b54ae49d0597b68625f06ffdf702d4d917
ENV SRC_FILE=v${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/sphinx-doc/sphinx/archive/${SRC_FILE}

View file

@ -15,7 +15,6 @@ COPY --from=stagex/make . /
COPY --from=stagex/musl . /
COPY --from=stagex/python . /
RUN tar -xf ${SRC_FILE}
RUN ls -lah .
WORKDIR /seabios-rel-${VERSION}
ADD config.* .
RUN --network=none <<-EOF