From 8e0456faecbb3c2e1a5febf7210c49af1b46a749 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 27 Mar 2022 10:21:59 +0200 Subject: extra/tbb: no testing on 486 --- extra/tbb/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') diff --git a/extra/tbb/PKGBUILD b/extra/tbb/PKGBUILD index f2ff0000..6ddbb31c 100644 --- a/extra/tbb/PKGBUILD +++ b/extra/tbb/PKGBUILD @@ -22,3 +22,13 @@ if [ "$CARCH" == 'i486' ]; then ' )" fi + +# just for now we don't test on i486, we have to do real tests on a +# real old CPU, in chroots the tests are running, on the real thing +# they hang (presumably some opcodes are missing or not doing exactly +# what they do in emulation).. +# for now it's more important to unstuck the package and build the +# rest on top +if [ "$CARCH" == 'i486' ]; then + unset check +fi -- cgit v1.2.3-54-g00ecf