diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-14 15:29:13 -0300 |
commit | b5a69b97f9d03109eb8fbf12140905c96ceecbbd (patch) | |
tree | 74ed031e1464aa43b215682810e80fabe5f471f1 /community/llvm5 | |
parent | d6a4eaf6ca65401689aa4765cf3c2042a3fcd89d (diff) | |
download | aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.bz2 aports-b5a69b97f9d03109eb8fbf12140905c96ceecbbd.tar.xz |
community/*: remove invalid options and modernize
Diffstat (limited to 'community/llvm5')
-rw-r--r-- | community/llvm5/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/community/llvm5/APKBUILD b/community/llvm5/APKBUILD index 36bfdb71f8..6e99ec4d53 100644 --- a/community/llvm5/APKBUILD +++ b/community/llvm5/APKBUILD @@ -26,7 +26,6 @@ source="https://releases.llvm.org/$pkgver/llvm-$pkgver.src.tar.xz fix-too-strict-gtest-banner-check.patch " builddir="$srcdir/$_pkgname-$pkgver.src" -options="!checkroot" # ARM has few failures in test suite that we don't care about currently and # also it takes forever to run them on the builder. |