kuroko, muon, perl, yices: use rescue container
This commit is contained in:
parent
e4af8b909f
commit
76456e8ea2
4 changed files with 4 additions and 12 deletions
|
@ -123,9 +123,7 @@ RUN : \
|
|||
;
|
||||
RUN make.com test
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
FROM localhost/rescue AS runner
|
||||
COPY --chmod=0755 --from=builder /kuroko/kuroko.com /kuroko/kuroko.com.dbg /bin/
|
||||
COPY --from=builder /kuroko.patch /var/local/kuroko.patch
|
||||
ENTRYPOINT ["/bin/ape", "/bin/kuroko.com"]
|
||||
|
|
|
@ -45,8 +45,6 @@ RUN : \
|
|||
&& objcopy -S -O binary muon.com.dbg muon.com \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
FROM localhost/rescue AS runner
|
||||
COPY --chmod=0755 --from=builder /muon/build/muon.com /muon/build/muon.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/muon.com"]
|
||||
|
|
|
@ -129,9 +129,7 @@ RUN : \
|
|||
&& mv ../perl.com ../../perl.com \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
FROM localhost/rescue AS runner
|
||||
COPY --chmod=0755 --from=builder /perl/cosmo/o/perl.com /bin/perl.com
|
||||
COPY --chmod=0755 --from=builder /perl/perl.elf /bin/perl.com.dbg
|
||||
COPY --from=builder /perl/minitest_results.txt /minitest_results.txt
|
||||
|
|
|
@ -110,9 +110,7 @@ RUN : \
|
|||
&& objcopy -S -O binary "kissat.com.dbg" "kissat.com" \
|
||||
;
|
||||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
FROM localhost/rescue AS runner
|
||||
COPY --from=builder /yices/config.cache /yices/config.log /yices/config.status /var/local/
|
||||
COPY --from=builder /yices/dist/bin /bin
|
||||
COPY --chmod=0755 --from=builder /kissat/build/kissat.com /kissat/build/kissat.com.dbg /bin/
|
||||
|
|
Loading…
Reference in a new issue