summaryrefslogtreecommitdiff
path: root/go/.gitignore
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2021-02-04 21:13:27 -0800
committerAndrew G. Morgan <morgan@kernel.org>2021-02-04 21:31:39 -0800
commit068edb72653750c717aa6ea447b750157559325e (patch)
tree1af6c70d90223358e4d0f0dfb53bc46df5a2a370 /go/.gitignore
parentea1f4bf0d824dac4f43e181c811f9b741f776477 (diff)
downloadlibcap2-068edb72653750c717aa6ea447b750157559325e.tar.gz
Make more uniform GO build options.
Avoid building any of the GO stuff: make GOLANG=no ... Build with a specific build of GO: make GO=~/sdk/go1.16rc1/bin/go ... Also, now https://github.com/golang/go/issues/43149 is resolved in the go1.16rc1 build (it does not work in the go1.16beta1 but we don't support that one any more), remove the forced CGO use for the go/psx-signals build. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'go/.gitignore')
-rw-r--r--go/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/go/.gitignore b/go/.gitignore
index 30ae0b6..c0a9737 100644
--- a/go/.gitignore
+++ b/go/.gitignore
@@ -3,6 +3,7 @@ compare-cap
try-launching
try-launching-cgo
psx-signals
+psx-signals-cgo
b210613
mknames
web