mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/llvm6: make sure go is not installed
avoid testsuite errors by making sure that go is not installed
This commit is contained in:
parent
b5fd101b1f
commit
5bfa35d2b3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user