From 5bfa35d2b3a3d0a59ac72d2514f96bb4aab84fca Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 11 Nov 2019 11:08:38 +0000 Subject: [PATCH] testing/llvm6: make sure go is not installed avoid testsuite errors by making sure that go is not installed --- testing/llvm6/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/llvm6/APKBUILD b/testing/llvm6/APKBUILD index d1a2fab767a..50f27819d34 100644 --- a/testing/llvm6/APKBUILD +++ b/testing/llvm6/APKBUILD @@ -12,7 +12,7 @@ arch="all" url="https://llvm.org/" license="UOI-NCSA" depends_dev="$pkgname=$pkgver-r$pkgrel" -makedepends="binutils-dev chrpath cmake file libffi-dev paxmark python3 py-setuptools zlib-dev" +makedepends="binutils-dev chrpath cmake file libffi-dev paxmark python3 py-setuptools zlib-dev !go" checkdepends="diffutils" subpackages="$pkgname-static $pkgname-libs $pkgname-dev $pkgname-test-utils:_test_utils" source="https://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz