Various checks that are run by fedora-review are broken when the tmpfs mock plugin is enabled, most notably, the "installability" check and "conflicting files" checks fail (because they cannot find "dnf" inside a fresh buildroot). Even when using fedora-review -o "--disable-plugin tmpfs", this happens - so it looks like that mock flag isn't passed to all the necessary places either.
fedora-review -o "--disable-plugin tmpfs"
I think given those limitations, fedora-review should probably run all mock commands with --disable-plugin=tmpfs, or something similar to that.
--disable-plugin=tmpfs
Tracked in BZ https://bugzilla.redhat.com/show_bug.cgi?id=2038828
PR https://pagure.io/FedoraReview/pull-request/441
Log in to comment on this ticket.