Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- REPO.bazel is a new file at the root of repos that can only contain a `repo()` call with a bunch of package default arguments (similar to `package()`) - A new SkyFunction, RepoFileFunction, evaluates a REPO.bazel file and returns the `PackageArgs` object containing those arguments - PackageFunction for packages in repo `@foo` now depends on RepoFileFunction for `@foo` Fixes bazelbuild/bazel#18077 (cherry picked from commit 45e1b5c)
- Loading branch information