fix(main/sse2neon): blacklist i686

The tests fail for i686.  Since package only contains a header we
could package it anyways, but most likely trying to use the header
would run into the same problems.

Note that tesseract also has NEON related issues on i686:
https://github.com/termux/termux-packages/commit/5e2c4e9bb5a8

Fixes commit b9e7e0fd6e ("add(main/sse2neon): add package
with (only) sse2neon.h")
This commit is contained in:
Henrik Grimler 2022-06-02 11:19:02 +02:00
parent b9e7e0fd6e
commit 0e00ea5ded
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 0 deletions

View File

@ -7,3 +7,4 @@ TERMUX_PKG_SRCURL=https://github.com/DLTcollab/sse2neon/archive/refs/tags/v${TER
TERMUX_PKG_SHA256=4001e2dfb14fcf3831211581ed83bcc83cf6a3a69f638dcbaa899044a351bb2a
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_BLACKLISTED_ARCHES="i686"