mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/go: disable tests entirely on x86
Various tests fail on this arch, fixing them will be a lot of work.
This commit is contained in:
parent
9d5ff3ca7c
commit
11b2a03085
@ -17,6 +17,10 @@ source="https://golang.org/dl/go${pkgver/_/}.src.tar.gz
|
||||
set-external-linker.patch
|
||||
"
|
||||
|
||||
case "$CARCH" in
|
||||
x86) options="!check" ;; # FIXME
|
||||
esac
|
||||
|
||||
# secfixes:
|
||||
# 1.9.4-r0:
|
||||
# - CVE-2018-6574
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user