Learn more about these different git repos.
Other Git URLs
When building in armhfp chroot I'm getting this error:
Error Summary ------------- Disk Requirements: At least 259MB more space needed on the / filesystem.
https://download.copr.fedorainfracloud.org/results/@rhinstaller/Anaconda-devel/fedora-32-armhfp/01279719-python-simpleline/builder-live.log.gz https://download.copr.fedorainfracloud.org/results/@rhinstaller/Anaconda-devel/fedora-32-armhfp/01279718-python-meh/builder-live.log.gz
Project: https://copr.fedorainfracloud.org/coprs/g/rhinstaller/Anaconda-devel/builds/
Metadata Update from @praiskup: - Issue tagged with: bug
This is because copr uses mock's --uniqueext=text, and the project has bootstrap enabled. So we keep adding new bootstrap chroot caches all the time.
Metadata Update from @praiskup: - Issue priority set to: High
--scrub bootstrap && --scrub=chroot is needed after each build with --uniqueext
Metadata Update from @praiskup: - Issue assigned to schlupov
Just a note:
Do not use --scrub all I've added that to my existing solution and I've started getting weird results. Problem is that --scrub all will remove also DNF database which could have a bad consequences for other parallel runs using the same database :(
--scrub all
We don't run things in parallel on copr builders ... but there was a believe that not doing --scrub=all will keep reusing dnf caches even when we use --uniqueext. This needs to be analyzed first.
--scrub=all
--uniqueext
Commit 2660ee5 fixes this issue
Log in to comment on this ticket.