diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-17 16:09:43 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-17 16:09:43 +0200 |
commit | 088339b2075bdf3bc96561446241dd6d13eef863 (patch) | |
tree | 374d516c127bb94d81f21e60f911f916f1d6abee /core | |
parent | 2de159f991228f2449e0dae7ba723556e0359bb1 (diff) | |
download | packages-088339b2075bdf3bc96561446241dd6d13eef863.tar.xz |
core/libseccomp: temporarily disabled testing
Diffstat (limited to 'core')
-rw-r--r-- | core/libseccomp/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD index 03a3745f..5c87b62b 100644 --- a/core/libseccomp/PKGBUILD +++ b/core/libseccomp/PKGBUILD @@ -18,3 +18,6 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi + +# temporarily, see upstream https://github.com/seccomp/libseccomp/issues/166 +unset check |