Fixed Dockerfile
Some checks failed
release / build-base (push) Successful in 8m7s
release / build-digital-ator (push) Successful in 17m57s
release / build-digital-icarus (push) Successful in 18m4s
release / build-digital-heavy (push) Successful in 18m7s
release / build-analog-xk (push) Successful in 20m35s
release / build-analog-xm (push) Successful in 20m39s
release / build-heavy (push) Successful in 21m26s
release / build-chipathon-tools (push) Failing after 4m2s
release / build-analog-heavy (push) Successful in 12m55s
Some checks failed
release / build-base (push) Successful in 8m7s
release / build-digital-ator (push) Successful in 17m57s
release / build-digital-icarus (push) Successful in 18m4s
release / build-digital-heavy (push) Successful in 18m7s
release / build-analog-xk (push) Successful in 20m35s
release / build-analog-xm (push) Successful in 20m39s
release / build-heavy (push) Successful in 21m26s
release / build-chipathon-tools (push) Failing after 4m2s
release / build-analog-heavy (push) Successful in 12m55s
This commit is contained in:
parent
e9bba39379
commit
62fae6b2bd
@ -2,7 +2,7 @@ ARG BASE_IMG=heavy-desktop
|
||||
FROM $BASE_IMG as chipathon-tools
|
||||
|
||||
# Add scripts
|
||||
COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/global-variables .
|
||||
COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/global-variables.sh .
|
||||
|
||||
COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/install-open-pdks.sh .
|
||||
RUN ./install-open-pdks.sh
|
||||
@ -14,4 +14,4 @@ RUN ./patch-open-pdks-sky130.sh
|
||||
RUN rm *.sh
|
||||
|
||||
# Initialize the enviroment keeping container alive
|
||||
CMD ["sleep", "infinity"]
|
||||
CMD ["sleep", "infinity"]
|
||||
|
Loading…
Reference in New Issue
Block a user