Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always cache deps when generating (#8097)
This change always caches the Go dependencies when they are generated, and the VIC_CACHE_DEPS variable is then used solely to control whether the cache is used or whether dependencies are regenerated. This is done so that the cache is available for accelerating make targets even without having had the environment variable set previously. This change is targeted at local development productivity.
- Loading branch information