Skip to content

Commit

Permalink
Build: remove -a from build to speed up rebuilds (prometheus#13026)
Browse files Browse the repository at this point in the history
I think this is a hold-over from when Go was less careful about separating architectures.

Signed-off-by: Bryan Boreham <[email protected]>
  • Loading branch information
bboreham authored Oct 25, 2023
1 parent c8332a8 commit 05356e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ build:
windows:
- builtinassets
- stringlabels
flags: -a
ldflags: |
-X github.com/prometheus/common/version.Version={{.Version}}
-X github.com/prometheus/common/version.Revision={{.Revision}}
Expand Down

0 comments on commit 05356e7

Please sign in to comment.