Skip to content

Commit

Permalink
mobile: Load envoy_repo in the WORKSPACE (envoyproxy#35758)
Browse files Browse the repository at this point in the history
This is to fix this error.

```
ERROR: Skipping '@envoy//tools/code_format:check_format': error loading package '@envoy//tools/code_format': Unable to find package for @envoy_repo//:path.bzl: The repository '@envoy_repo' could not be resolved: Repository '@envoy_repo' is not defined.
```

Risk Level: low
Testing: `tools/check_format.sh fix`
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a

Signed-off-by: Fredy Wijaya <[email protected]>
  • Loading branch information
fredyw authored Aug 20, 2024
1 parent 56fcd4d commit e77a708
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mobile/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ load("@envoy//bazel:api_repositories.bzl", "envoy_api_dependencies")

envoy_api_dependencies()

load("@envoy//bazel:repo.bzl", "envoy_repo")

envoy_repo()

load("@envoy//bazel:repositories.bzl", "envoy_dependencies")

envoy_dependencies()
Expand Down

0 comments on commit e77a708

Please sign in to comment.