mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-24 05:43:26 -05:00
* deps: update AWS SDK * deps: fix AWS SDK upgrade breakage --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Markus Rudy <mr@edgeless.systems> |
||
|---|---|---|
| .. | ||
| internal | ||
| bazel-deps-mirror.go | ||
| BUILD.bazel | ||
| check.go | ||
| fix.go | ||
| README.md | ||
| upgrade.go | ||
Bazel deps mirror
This directory contains tooling to automatically mirror the dependencies of a Bazel project into the Constellation CDN at https://cdn.confidential.cloud/.
The tool searches for various rules in the WORKSPACE.bazel file and all loaded .bzl files. It has the following commands:
- check: checks if the dependencies all have a mirror URL and optionally checks if the mirror really returns the expected file
- mirror: mirrors all dependencies that don't have a mirror URL yet. Also normalizes the
urlsattribute of rules