[openSUSE][RPM] Disable test-crypto-secret in linux-user build #52

Merged
andreas-schwab merged 1 commits from factory into factory 2024-02-14 08:29:21 +01:00

View File

@@ -1004,6 +1004,8 @@ cp %{rpmfilesdir}/APIC.core-count2 %{rpmfilesdir}/DSDT.core-count2 %{rpmfilesdir
%if 0%{?qemu_user_space_build}
# Seccomp is not supported by linux-user emulation
echo 'int main (void) { return 0; }' > %{srcdir}/tests/unit/test-seccomp.c
# keyctl is not yet supported by linux-user emulation
echo 'int main (void) { return 0; }' > %{srcdir}/tests/unit/test-crypto-secret.c
%endif
# Compile the QOM test binary first, so that ...