summaryrefslogtreecommitdiff
path: root/community/go
diff options
context:
space:
mode:
Diffstat (limited to 'community/go')
-rw-r--r--community/go/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
new file mode 100644
index 00000000..8b5039f9
--- /dev/null
+++ b/community/go/PKGBUILD
@@ -0,0 +1,8 @@
+eval "$(
+ declare -f build | \
+ sed '
+ /install\( .*\)\? -race /d
+ '
+)"
+
+export GOARCH=386 GO386=387