Created
January 30, 2021 21:12
-
-
Save zzamboni/33023a859acc03a515ccf5cbee60cee5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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