Merge pull request 'Chipathon dockerfile with paths relatives to project root' (#16) from fix-gf-drc-repo into main
Some checks failed
release / build-base (push) Successful in 20m43s
release / build-digital-heavy (push) Successful in 2h25m21s
release / build-digital-icarus (push) Successful in 2h27m47s
release / build-digital-ator (push) Successful in 2h29m13s
release / build-analog-xk (push) Successful in 2h34m9s
release / build-analog-xm (push) Successful in 2h34m16s
release / build-analog-heavy (push) Successful in 1h25m44s
release / build-heavy (push) Successful in 2h34m18s
release / build-chipathon-tools (push) Failing after 11m50s
Some checks failed
release / build-base (push) Successful in 20m43s
release / build-digital-heavy (push) Successful in 2h25m21s
release / build-digital-icarus (push) Successful in 2h27m47s
release / build-digital-ator (push) Successful in 2h29m13s
release / build-analog-xk (push) Successful in 2h34m9s
release / build-analog-xm (push) Successful in 2h34m16s
release / build-analog-heavy (push) Successful in 1h25m44s
release / build-heavy (push) Successful in 2h34m18s
release / build-chipathon-tools (push) Failing after 11m50s
Reviewed-on: #16
This commit is contained in:
commit
febe3f1155
@ -2,10 +2,10 @@ ARG BASE_IMG=heavy-desktop
|
||||
FROM $BASE_IMG as chipathon-tools
|
||||
|
||||
# Add scripts
|
||||
COPY --chown=designer:designer --chmod=755 scripts/install-open-pdks.sh .
|
||||
COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/install-open-pdks.sh .
|
||||
RUN ./install-open-pdks.sh
|
||||
|
||||
COPY --chown=designer:designer --chmod=755 scripts/* .
|
||||
COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/* .
|
||||
RUN ./patch-open-pdks.sh
|
||||
|
||||
RUN rm *.sh
|
||||
|
Loading…
Reference in New Issue
Block a user