diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 16:05:59 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-20 16:05:59 +0000 |
commit | 69a9ea7c6090fed7795a9ee182ea4d86b9b2ebc4 (patch) | |
tree | c3904ec803f46a74d89efb9f47ccc5879e4baf4f /community/mtd-utils | |
parent | a3efd2201497ad88f4dbc6693599a5cc1abacf31 (diff) | |
download | aports-69a9ea7c6090fed7795a9ee182ea4d86b9b2ebc4.tar.bz2 aports-69a9ea7c6090fed7795a9ee182ea4d86b9b2ebc4.tar.xz |
community/mtd-utils: disable checks
The checks currently fail on the builders with:
> [ ERROR ] --- 0x6 != 0x3
> tests/unittests/test_lib.h:37: error: Check of parameter fd, function __wrap_close failed
> tests/unittests/libubi_test.c:25: note: Expected parameter declared here
> [ LINE ] --- tests/unittests/test_lib.h:37: error: Failure!
Disable the test suite for now until this is fixed.
Diffstat (limited to 'community/mtd-utils')
-rw-r--r-- | community/mtd-utils/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/mtd-utils/APKBUILD b/community/mtd-utils/APKBUILD index a8dfdd9ba1..befb340d23 100644 --- a/community/mtd-utils/APKBUILD +++ b/community/mtd-utils/APKBUILD @@ -20,6 +20,7 @@ makedepends=" zlib-dev " checkdepends="findutils" +options="!check" # checks fail on builders _subpackages=" $pkgname-flash::all $pkgname-jffs::all |