Run tmpfs on /var/lib/mock (hope this works)
All checks were successful
Build docker image / build-and-publish (push) Successful in 12m41s
All checks were successful
Build docker image / build-and-publish (push) Successful in 12m41s
This commit is contained in:
parent
3d304b2237
commit
7f6c070dfd
2 changed files with 4 additions and 0 deletions
|
@ -13,5 +13,6 @@ COPY entrypoint.sh /
|
|||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
COPY site-defaults.cfg /etc/mock/
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
|
|
|
@ -10,6 +10,9 @@ SYSTEM=${INPUT_SYSTEM}
|
|||
ARCH=${INPUT_ARCH}
|
||||
NOCHECK=${INPUT_NOCHECK}
|
||||
|
||||
rm -rf /var/lib/mock/*
|
||||
mount -t tmpfs tmpfs /var/lib/mock
|
||||
|
||||
RESULT="rpms=["
|
||||
|
||||
for SPEC in ${SPECS[@]}; do
|
||||
|
|
Loading…
Reference in a new issue