diff options
Diffstat (limited to 'community/ghc')
-rw-r--r-- | community/ghc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD index e7beb07679..1b5eae5023 100644 --- a/community/ghc/APKBUILD +++ b/community/ghc/APKBUILD @@ -37,7 +37,7 @@ checkdepends="python3" provides="$pkgname-bootstrap=$pkgver-r$pkgrel" subpackages="$pkgname-doc $pkgname-dev" install="$pkgname.post-install" -options="!strip" # we strip it manually in build() +options="!strip !check" # we strip it manually in build() source="https://downloads.haskell.org/~ghc/$_urlprefix/$_pkgprefix-src.tar.xz https://downloads.haskell.org/~ghc/$_urlprefix/$_pkgprefix-testsuite.tar.xz 0005-buildpath-abi-stability.patch |