Skip to content

Instantly share code, notes, and snippets.

@zzamboni
Created January 30, 2021 21:12
Show Gist options
  • Save zzamboni/33023a859acc03a515ccf5cbee60cee5 to your computer and use it in GitHub Desktop.
Save zzamboni/33023a859acc03a515ccf5cbee60cee5 to your computer and use it in GitHub Desktop.
go get -buildmode=pie -trimpath -ldflags \
"-X src.elv.sh/pkg/buildinfo.VersionSuffix=-dev.$(git rev-parse HEAD)$(git diff --quiet || { echo -n '+'; uname -n; }) \
-X src.elv.sh/pkg/buildinfo.Reproducible=true" ./cmd/elvish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment