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.
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 | 3 years ago | |
check-third-party.sh | 2 years ago | |
crlf-test.sh | 2 years ago | |
ensure-copyrights.sh | 5 years ago | |
runtime-linknamed-nodeps.sh | 3 years ago |