summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-09-02 19:08:42 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-09-02 19:08:42 +0000
commit5affab6a8842e012e875f1a569ad9208299fb082 (patch)
tree06b4672d0cc7118fa6066a8f30c3a169dff7b6b5 /community
parentb578974ba51f9527bc6fb6c8360d913dc029caa7 (diff)
parent1523f5612b42ccc9506eba5e24928dab8eccdd55 (diff)
downloadpackages-5affab6a8842e012e875f1a569ad9208299fb082.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'community')
-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