add some notes to self

This commit is contained in:
Connor Olding 2023-05-13 01:17:48 -07:00
parent 1bef468398
commit 86022a405a
2 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,7 @@ int main(int argc, char * argv[]) {\n\
}\n\
'
# FIXME?: https://github.com/kuroko-lang/kuroko/commit/e26391bc2f84d81d5d1982e20977ca33e7748651
RUN tar zxf /cosmopolitan/dist/headers.tar.gz -C /cosmopolitan
COPY --chmod=0755 --from=localhost/notwa-util /nu/cosmocc /usr/bin/
RUN : \

View File

@ -12,6 +12,7 @@ FROM partial as downloader
# this demonstrates how to use the `acquire` script.
ARG BUSYBOX_VERSION=1.36.0
ARG BUSYBOX_SHA256=542750c8af7cb2630e201780b4f99f3dcceeb06f505b479ec68241c1e6af61a5
# https://git.alpinelinux.org/aports/tree/main/busybox/APKBUILD
RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \
--mount=type=tmpfs,target=/tmp : \
&& name=busybox \