kisslinux/kiss

Set GOFLAGS along with GOPATH

git-bruh opened this issue · 0 comments

What do you think of setting GOFLAGS to "$GOFLAGS -trimpath -modcacherw"�here ? It trims the build dir references from the binary and prevents the flurry of errors when a go package is built since the cache is read-only by default.

If this is accepted then RUSTFLAGS should also be set by default to do the same: https://github.com/kisslinux/repo/blob/6cb4c6840118bd94c499b90ad21be4ad9d43c08c/extra/rust/build#L5�