bootstrap: update version and remove make.com workaround

This commit is contained in:
Connor Olding 2022-10-19 12:22:48 -07:00
parent e09790470e
commit f4f6bc7b84
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# MAIN: https://justine.lol/cosmopolitan/
# REPO: https://github.com/jart/cosmopolitan
ARG COSMO_FLAVOR=def
ARG COSMO_COMMIT=648bf6555c06a3655cab1a9ae078d329c192d39a
ARG COSMO_SHA256=5310a718494420cda5895cb67d56413f8b051fce37eb83c463a756a13dbef30d
ARG COSMO_COMMIT=69bee64a5944a7e808be0dbf231a38e630af8588
ARG COSMO_SHA256=1c98aaccd0f9609753ed931b17fd5feb945d2c8bf4b13d78232ec19ff1f1fe6d
ARG COSMO_REBUILD=0
FROM localhost/notwa-util AS downloader
@ -20,7 +20,6 @@ WORKDIR /cosmopolitan
# tell makefiles to be less noisy, also use /tmp:
ENV V=0 COLUMNS=80 TMPDIR=/tmp
COPY --chmod=0755 make.com build/bootstrap/make.com
COPY --chmod=0755 --from=localhost/notwa-util /nu/shed /usr/bin/
RUN : \
# allow optimized builds to be more portable, so the container is too. \

Binary file not shown.