-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This should address some of the caching issues we run into. As mentioned in this GitHub issue: tweag/rules_haskell#1293, there are issues with `stack` running intermittently locally, and with caching not really working on any of the CI systems we use. It looks like the `stack_snapshot_json` argument should help with that. After working with it for a little while, it looks like we consistently get sub-second `bazel test //...` when it should be a no-op! This is the behavior we wanted, and it's here! We'll have to see how this plays out on CI. We also add a rule in the `Makefile` to help with regenerating that pinned file when we make changes.
- Loading branch information
Showing
3 changed files
with
86 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.