summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracxz2020-11-02 11:35:26 -0500
committeracxz2020-11-02 11:35:26 -0500
commit59141509d659fd657965503bf29efb59e09d3253 (patch)
treeab25e6f039278f673cbf99f1fabaaf32a06b6f05 /PKGBUILD
parent51a5e2064fba6f585324e88c9d3b5009c6457297 (diff)
downloadaur-59141509d659fd657965503bf29efb59e09d3253.tar.gz
[llvm-amdgpu] remove checks
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddbdc42e8afe..8ac285cc3979 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=llvm-amdgpu
pkgdesc='Radeon Open Compute - LLVM toolchain (llvm, clang, lld)'
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://github.com/RadeonOpenCompute/llvm-project'
license=('custom:Apache 2.0 with LLVM Exception')
@@ -27,10 +27,6 @@ build() {
make
}
-check() {
- make check
-}
-
package() {
DESTDIR="$pkgdir" make install
}