forked from google/trillian
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis: add prefetched dependencies, hermetic builds and unit tests (#131
) * chore: add prefetched dependencies and hermetic Updates the redis pipeline to use cachi2 and hermetic builds. Signed-off-by: Lance Ball <[email protected]> * chore: remove unit tests and simplify prefetch Removes unit tests from the redis pipeline as that is not required for changes to the Dockerfile. Simplifies prefetch since we don't need to actually fetch anything. Signed-off-by: Lance Ball <[email protected]> * deps: update apache/beam to the latest sha The cachi2 binary cannot handle go 1.21 yet. The apache/beam project recently reverted the use of 1.21 language features in apache/beam#30120 which should make it possible to run prefetched dependencies in the pipeline. Signed-off-by: Lance Ball <[email protected]> --------- Signed-off-by: Lance Ball <[email protected]>
- Loading branch information
Showing
4 changed files
with
30 additions
and
8 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
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