go: i686 broken
This commit is contained in:
parent
5d65448221
commit
d7e7289893
|
@ -18,6 +18,10 @@ nostrip=yes
|
||||||
noverifyrdeps=yes
|
noverifyrdeps=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*) broken=https://build.voidlinux.eu/builders/i686_builder/builds/115/steps/shell_3/logs/stdio ;;
|
||||||
|
esac
|
||||||
|
|
||||||
_go_targetarch() {
|
_go_targetarch() {
|
||||||
local hostarch targetarch
|
local hostarch targetarch
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue