We want the incremental builds to be as fast as possible, so let's
not run the unit tests locally during the image build by default.
UseSubvolumes=yes
ToolsTreeDistribution=${{ matrix.distro }}
ToolsTreeRelease=${{ matrix.release }}
+ WithTests=yes
WorkspaceDirectory=$TMPDIR
PackageCacheDirectory=$TMPDIR/cache
BuildDirectory=build/mkosi.builddir
CacheDirectory=build/mkosi.cache
Incremental=yes
+WithTests=no
[Validation]
SignExpectedPcr=yes
/etc/yum.repos.d/:/etc/yum.repos.d/
/var/share/test-artifacts/:/var/share/test-artifacts/
Environment=NO_BUILD=1
+WithTests=yes
EOF
cat /etc/dnf/dnf.conf