mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
go: broken for aarch64*
This commit is contained in:
parent
e4f8c5e0df
commit
d5362b95b7
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ nostrip=yes
|
|||
noverifyrdeps=yes
|
||||
nopie=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64_builder/builds/1016/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
_go_targetarch() {
|
||||
local hostarch targetarch
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue