-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--repo_env
should be a common
option
#12689
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Comments
aiuto
added
bad error messaging
Issues where users get stuck because they don't understand what they did wrong
team-Configurability
platforms, toolchains, cquery, select(), config transitions
untriaged
and removed
bad error messaging
Issues where users get stuck because they don't understand what they did wrong
labels
Jan 7, 2021
aiuto
added
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
and removed
team-Configurability
platforms, toolchains, cquery, select(), config transitions
labels
Jan 15, 2021
sventiffe
added
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Feb 10, 2021
philwo
added
P2
We'll consider working on this in future. (Assignee optional)
type: bug
and removed
untriaged
labels
Feb 10, 2021
This was fixed via c2bdd03. |
philwo
removed
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Nov 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the problem / feature request:
Currently
--repo_env
is not acommon
argument. I don't see how it could be useful if I just set it onbuild
: If I first dobazel build
it applies therepo_env
and downloads the repository data. But if I then dobazel query
repo_env
is no longer applied, the repository cache is invalidated and all the repository data is downloaded again.If I could just set
--repo_env
oncommon
this would not happen.The text was updated successfully, but these errors were encountered: