We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa155a commit 33bdd01Copy full SHA for 33bdd01
contrib/packaging/bootc.spec
@@ -143,7 +143,11 @@ find %{?buildroot}/%{_docdir} ! -type d -printf '%{_docdir}/%%P\n' > bootcdoclis
143
144
%if %{with check}
145
%check
146
-%cargo_test
+if grep -qEe 'Seccomp:.*0$' /proc/self/status; then
147
+ %cargo_test
148
+else
149
+ echo "skipping unit tests due to https://github.com/rpm-software-management/mock/pull/1613#issuecomment-3421908652"
150
+fi
151
%endif
152
153
%files -f bootcdoclist.txt
0 commit comments