index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-02 19:08:42 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-09-02 19:08:42 +0000 |
commit | 5affab6a8842e012e875f1a569ad9208299fb082 (patch) | |
tree | 06b4672d0cc7118fa6066a8f30c3a169dff7b6b5 /community/go/PKGBUILD | |
parent | b578974ba51f9527bc6fb6c8360d913dc029caa7 (diff) | |
parent | 1523f5612b42ccc9506eba5e24928dab8eccdd55 (diff) |
-rw-r--r-- | community/go/PKGBUILD | 8 |
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 |