aspect-build / rules_aws

EXPERIMENTAL: Bazel Integration for Amazon Web Services
Other
10 stars 1 forks source link

fix: compat with Bazel 5 #68

Closed alexeagle closed 6 months ago

alexeagle commented 6 months ago

The @@ syntax for canonical repo name did not exist


Changes are visible to end-users: no

Test plan

alex@a:~/Projects/rules_aws/e2e/smoke$ USE_BAZEL_VERSION=5.4.0 bazel run @aws//:aws

Verified that command fails without this fix.