muon, yices: fix copying for non-default builds
This commit is contained in:
parent
c6f285c761
commit
4e6b866673
2 changed files with 2 additions and 2 deletions
|
@ -47,6 +47,6 @@ RUN : \
|
|||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/dist/def/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
COPY --chmod=0755 --from=builder /muon/build/muon.com /muon/build/muon.com.dbg /bin/
|
||||
ENTRYPOINT ["/bin/ape", "/bin/muon.com"]
|
||||
|
|
|
@ -119,7 +119,7 @@ RUN : \
|
|||
|
||||
FROM scratch AS runner
|
||||
COPY --chmod=0755 --from=localhost/notwa-util /nu/busybox /bin/busybox
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/dist/def/ape.elf /bin/ape
|
||||
COPY --chmod=0755 --from=builder /cosmopolitan/bin/ape /bin/ape
|
||||
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