Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(golang): Support faster local iteration and align better with u…
…pstream (#8840) ## Description * Replace synthetic "go-mod-cache" Makefile target with direct dependence upon go.sum ([as upstream](https://github.com/cosmos/cosmos-sdk/blob/1f0c68d08f669c6813f9759fcc254a72855a577c/Makefile#L173-L176)). * Introduce support for `make SKIP_MOD_VERIFY=1` to avoid unnecessary expensive scans when e.g. tweaking referents of local-directory `replace $modulePath => ../path/to/module` directives in go.mod. ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations There is no formal place to document the new make variable, so it is instead directly mentioned in make output. ### Testing Considerations Manually verified expected behavior in various scenarios (e.g., running `make` without `go.mod` changes). ### Upgrade Considerations n/a
- Loading branch information