forked from pool/libseccomp
Accepting request 918659 from openSUSE:Factory:RISCV
- Skip 11-basic-basic_errors test on qemu linux-user emulation OBS-URL: https://build.opensuse.org/request/show/918659 OBS-URL: https://build.opensuse.org/package/show/security/libseccomp?expand=0&rev=92
This commit is contained in:
parent
7513abbcdf
commit
dfd9a8cd19
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 13 08:19:30 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Skip 11-basic-basic_errors test on qemu linux-user emulation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 18:48:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -78,7 +78,8 @@ This subpackage contains debug utilities for the seccomp interface.
|
||||
|
||||
%if 0%{?qemu_user_space_build}
|
||||
# The qemu linux-user emulation does not allow executing
|
||||
# prctl(PR_SET_SECCOMP), which breaks this test. Stub it out.
|
||||
# prctl(PR_SET_SECCOMP), which breaks these tests. Stub them out.
|
||||
echo 'int main () { return 0; }' >tests/11-basic-basic_errors.c
|
||||
echo 'int main () { return 0; }' >tests/52-basic-load.c
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user