From 7c1a64f20461c3adf66ff4eb2a365e6e21425905 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 18 Jun 2023 14:05:01 -0700 Subject: [PATCH] update cosmopolitan and remove temp fix --- notwa-util/cosmopolitan-install11 | 2 -- notwa-util/doit11 | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/notwa-util/cosmopolitan-install11 b/notwa-util/cosmopolitan-install11 index df6e1bf..32a5cee 100755 --- a/notwa-util/cosmopolitan-install11 +++ b/notwa-util/cosmopolitan-install11 @@ -28,8 +28,6 @@ if [ ! -e /cosmopolitan-install.done ]; then && mkdir -p "$COSMO" /tmp/bin \ && find o -name '*.sym' -delete \ && find o -name 'aarch64-linux-musl*' -exec rm -r '{}' + \ - && p=o/third_party/gcc/x86_64-linux-musl/bin \ - && rm -f "$p/ranlib" "$p/readelf" \ && dedupe o/third_party/gcc "$COSMO/gcc/" \ bin/x86_64-linux-musl-gcc \ bin/x86_64-linux-musl-g++ \ diff --git a/notwa-util/doit11 b/notwa-util/doit11 index 4cfd384..e8ec5cd 100755 --- a/notwa-util/doit11 +++ b/notwa-util/doit11 @@ -10,8 +10,8 @@ unset SSH_CLIENT SSH_CONNECTION export \ BUSYBOX_SHA256=b8cc24c9574d809e7279c3be349795c5d5ceb6fdf19ca709f80cde50e47de314 \ BUSYBOX_VERSION=1.36.1 \ -COSMO_COMMIT=04090966582f9871c636a27bfd27aa098646a415 \ -COSMO_SHA256=8183487f4910ae865ffc76f2148393ea5bf1569d3166bbf5e3e84d9474670df8 \ +COSMO_COMMIT=f10845ab9f847e4cadbee93520f17e1661845f50 \ +COSMO_SHA256=7d5da0231dd7a0724a75656ef4e14e353936de33c3214536fb8dff224276af4d \ ENDLESSH_COMMIT=dfe44eb2c5b6fc3c48a39ed826fe0e4459cdf6ef \ ENDLESSH_SHA256=c8989988af0a8c848d1a4979962f008c504a12ed6fe6a12e032c37feaa0ae5f8 \ GMP_SHA256=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2 \