From 0048bd4c8a9059d76bf074a827f2ba0244255839 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 30 Dec 2022 17:36:57 -0800 Subject: [PATCH] update shit --- cosmo-all/Dockerfile | 1 + cosmo-bootstrap/Dockerfile | 4 ++-- cosmo-kuroko/Dockerfile | 4 ++-- cosmo-mini/Dockerfile | 4 ++-- cosmo-muon/Dockerfile | 4 ++-- cosmo-yices/Dockerfile | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index 51fc1ad..a2b6ddf 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -33,6 +33,7 @@ RUN --mount=type=tmpfs,target=/tmp : \ # skip some checks that fail under podman: \ && skip "o/$mode/test/libc/calls/getgroups_test.com.runs" \ && skip "o/$mode/test/libc/calls/getpriority_test.com.runs" \ + && skip "o/$mode/third_party/python/Lib/test/test_signal.py.runs" \ # these can fail when nesting podman: \ && shed test/libc/calls/ftruncate_test.c '/\.st_blocks/d' \ && skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \ diff --git a/cosmo-bootstrap/Dockerfile b/cosmo-bootstrap/Dockerfile index 85778e1..24a4b63 100644 --- a/cosmo-bootstrap/Dockerfile +++ b/cosmo-bootstrap/Dockerfile @@ -1,8 +1,8 @@ # MAIN: https://justine.lol/cosmopolitan/ # REPO: https://github.com/jart/cosmopolitan ARG COSMO_FLAVOR=def -ARG COSMO_COMMIT=cd0b12ed1a41acfe58050c050c76022a8da320d8 -ARG COSMO_SHA256=947cd9311980f3216d8995992110fe42cd21eb9b89dcd6c070e0b284c7e36b4a +ARG COSMO_COMMIT=d2f811eff3f2857c8a95045bd331a41a73f92788 +ARG COSMO_SHA256=dbc55a7b330ea4c0f8560e63b225af9c38079da418db86acc90591d3a9849de8 ARG COSMO_REBUILD=0 FROM localhost/notwa-util AS downloader diff --git a/cosmo-kuroko/Dockerfile b/cosmo-kuroko/Dockerfile index 7e331e2..4e7935b 100644 --- a/cosmo-kuroko/Dockerfile +++ b/cosmo-kuroko/Dockerfile @@ -3,8 +3,8 @@ # TODO: add /zip/ support by default and include dist modules. FROM localhost/notwa-util AS downloader -ARG KUROKO_COMMIT=c3e1226e96fafd2450ec7bc47900de1d5fdaf3db -ARG KUROKO_SHA256=32ce8b7a32f80d3ba8cf752b54906ba6b490140ac5096fdb7974a476ac6ea4a4 +ARG KUROKO_COMMIT=eef955935d3f0628f93883daac0ed3e3f5f5d468 +ARG KUROKO_SHA256=f21b1cad05c3e9e6dc35e7273047427283112c9a45c9dc69dff9a825ae9500e8 RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \ --mount=type=tmpfs,target=/tmp : \ diff --git a/cosmo-mini/Dockerfile b/cosmo-mini/Dockerfile index 3528631..4459ca8 100644 --- a/cosmo-mini/Dockerfile +++ b/cosmo-mini/Dockerfile @@ -18,8 +18,8 @@ ARG XE_SHA256=f1ac997912c9be92a74a67a766dde74d1f9b6b20e48d7c7e71598ad4b787b37d # MAIN: http://selfie.cs.uni-salzburg.at/ # REPO: https://github.com/cksystemsteaching/selfie -ARG SELFIE_COMMIT=fdf8a94dde13a026dbbfd27ee63bc341dfae9005 -ARG SELFIE_SHA256=2953ca277b48fc269ccdae080e5bec7ccf6a700f9ccaf1e26dadd6cc31f4294a +ARG SELFIE_COMMIT=5de675a0f08613adab2315d50ce7c2db2079005d +ARG SELFIE_SHA256=c039ab352e8de114b85b980374796af43f15cd6dfcb2f13b1a7f5d11bb829b4c # MAIN: n/a # REPO: https://github.com/atomicobject/heatshrink diff --git a/cosmo-muon/Dockerfile b/cosmo-muon/Dockerfile index bc89e96..3aa5589 100644 --- a/cosmo-muon/Dockerfile +++ b/cosmo-muon/Dockerfile @@ -1,8 +1,8 @@ # MAIN: https://muon.build/ # REPO: https://git.sr.ht/~lattis/muon FROM localhost/notwa-util AS downloader -ARG MUON_COMMIT=62ce4561b4444e5020dc39aad0381655afeda0d6 -ARG MUON_SHA256=ec5d999c9636dbf264da29a7697dbb8a1053914e01030429fa2c27cc1213426b +ARG MUON_COMMIT=43ff330e4388ecf1e8eeea5e80b5a09296eccdf6 +ARG MUON_SHA256=b7d7eda4d2f508d71c5984de32b2e20be8936de67439ebdc242ee6fbda62c965 RUN --mount=type=cache,id=common,target=/media/common,sharing=locked \ --mount=type=tmpfs,target=/tmp : \ && acquire from=sourcehut repo=lattis/muon dest=/muon env=MUON \ diff --git a/cosmo-yices/Dockerfile b/cosmo-yices/Dockerfile index e33d608..1c923b5 100644 --- a/cosmo-yices/Dockerfile +++ b/cosmo-yices/Dockerfile @@ -1,8 +1,8 @@ # MAIN: https://yices.csl.sri.com/ # REPO: https://github.com/SRI-CSL/yices2/ FROM localhost/notwa-util AS downloader -ARG YICES_COMMIT=6317ae96fe53fd5702a2dc16b2ce64b89c6f17b4 -ARG YICES_SHA256=c80f95a28a9ebb529ed9efff241921bd307e957ce9046cda641552dcd3eb6139 +ARG YICES_COMMIT=12db9746616219411b164bde89b3fadeb17a5dd1 +ARG YICES_SHA256=5a709030ddf03088e908a378c48bc5e25e9ecd95ae38de05c3aabd21066c7648 # MAIN: https://gmplib.org/ # REPO: https://gmplib.org/repo/ ARG GMP_VERSION=6.2.1