extra/go to 1.9.2-2

This commit is contained in:
Kevin Mihelich 2017-10-30 18:09:20 +00:00
parent 8043024a3f
commit 679409c875

View file

@ -8,13 +8,13 @@ pkgbase=go
pkgname=(go go-pie)
epoch=2
pkgver=1.9.2
pkgrel=1
pkgrel=2
arch=(i686 x86_64)
url='http://golang.org/'
license=(BSD)
makedepends=(git go)
options=(!strip staticlibs)
_commit=7f40c1214dd67cf171a347a5230da70bd8e10d32
_commit=2ea7d3461bb41d0ae12b56ee52d43314bcdb97f9 # tags/go1.9.2
source=(git+https://go.googlesource.com/go#commit=$_commit
default-buildmode-pie.patch)
md5sums=('SKIP'
@ -59,14 +59,6 @@ check() {
cd $pkgbase/src
./run.bash --no-rebuild -v -v -v -k
# ./run.bash --no-rebuild -v -v -v -k |& tee run.log
# if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
# return 1
# fi
# go tool dist test -v -v -v -run=^cgo_test$
# go tool dist test -v -v -v -run=^race$
}
_package() {
@ -95,7 +87,6 @@ package_go() {
_package $pkgname
}
package_go-pie() {
pkgdesc='Core compiler tools for the Go programming language (with PIE enabled by default)'
provides=(go)