diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index 6a47aff..6348491 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -35,6 +35,7 @@ RUN --mount=type=cache,id=cosmo-build-all,target=/cosmopolitan/o,sharing=locked # FIXME: SIGSEGV: \ && skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs" \ \ + && { ./makeit MODE="$mode" depend || find o -name '*.o' -delete ;} \ && ./makeit MODE="$mode" all \ \ # install the binaries somewhere so we can retrieve them without mounting cache: \