You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/scripts
Daniel Martí 98466a1f64 scripts: use -trimpath for "go build" in check-third-party
Since "garble build" first performs a Go build with -trimpath,
it helps to also use the flag with the "go build" step.
This way we get more build cache hits, as building a Go package with and
without the flag results in two separate builds.

Before:

	$ go clean -cache && time ./scripts/check-third-party.sh

	real  0m41.844s
	user  2m17.791s
	sys   0m35.440s

After:

	$ go clean -cache && time ./scripts/check-third-party.sh

	real  0m33.983s
	user  1m50.596s
	sys   0m28.499s
2 years ago
..
cached_modfiles work around another go/printer bug to fix andybalholm/brotli 2 years ago
check-third-party.sh scripts: use -trimpath for "go build" in check-third-party 2 years ago
crlf-test.sh scripts: follow shfmt 2 years ago
ensure-copyrights.sh set up an AUTHORS file to attribute copyright 4 years ago
runtime-linknamed-nodeps.sh slightly simplify how we deal with linknamed runtime deps 2 years ago