-
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
Add a flag to force Bazel to download certain artifacts when using --remote_download_minimal #15638
Closed
Commits on Jun 8, 2022
-
Add a flag to force Bazel to download certain artifacts
When using --remote_download_minimal Bazel only downloads to the client the minimum number of artifacts necessary for the build to succeed. This can be sometimes problematic when local development (i.e. IDE) requires some artifacts to do local work (e.g. syntax completion). We add a flag --experimental_force_downloads_regex that allow specifying a regular expression that will force certain artifacts to be forced to downloaded. Tested locally that syntax errors disappear in IntelliJ when compiling Bazel itself with --remote_download_minimal and --experimental_force_downloads_regex=".*jar$", also included an integration test with several cases. Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 1cc9731 - Browse repository at this point
Copy the full SHA 1cc9731View commit details
Commits on Jun 14, 2022
-
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 1fa3b54 - Browse repository at this point
Copy the full SHA 1fa3b54View commit details -
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 1e6ea20 - Browse repository at this point
Copy the full SHA 1e6ea20View commit details -
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 01a26a4 - Browse repository at this point
Copy the full SHA 01a26a4View commit details
Commits on Jul 5, 2022
-
Merge https://github.com/bazelbuild/bazel into lfpino-bazel-forced-do…
…wnloads Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for eefb0cd - Browse repository at this point
Copy the full SHA eefb0cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc33b9 - Browse repository at this point
Copy the full SHA ecc33b9View commit details -
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 4fef106 - Browse repository at this point
Copy the full SHA 4fef106View commit details -
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 987d387 - Browse repository at this point
Copy the full SHA 987d387View commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fdf3b25 - Browse repository at this point
Copy the full SHA fdf3b25View commit details -
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for df6de24 - Browse repository at this point
Copy the full SHA df6de24View commit details
Commits on Jul 12, 2022
-
Signed-off-by: Luis Fernando Pino Duque <luis@engflow.com>
Configuration menu - View commit details
-
Copy full SHA for 73fd192 - Browse repository at this point
Copy the full SHA 73fd192View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.