Skip to content
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

Fix non-experimental remote_download_regex flag #3125

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

luispadron
Copy link
Contributor

This flag in Bazel 7.0 is no longer experimental so you get the following warning:

WARNING: Option 'experimental_remote_download_regex' is deprecated: Use --remote_download_regex instead

We can update to the non-experimental flag as we now only support Bazel 7+.

@luispadron luispadron requested a review from a team as a code owner January 13, 2025 23:00
@luispadron luispadron force-pushed the luis/use-non-experimental-remote_download_regex-flag branch from afc993c to 8af2edd Compare January 13, 2025 23:02
This flag in Bazel 7.0 is no longer experimental so you get the following warning:

```
WARNING: Option 'experimental_remote_download_regex' is deprecated: Use --remote_download_regex instead
```

We can update to the non-experimental flag as we now only support Bazel 7+.

Signed-off-by: Luis Padron <[email protected]>
@luispadron luispadron force-pushed the luis/use-non-experimental-remote_download_regex-flag branch from 8af2edd to 4fb4530 Compare January 13, 2025 23:07
@luispadron luispadron changed the title fix: non-experimental remote_download_regex flag Fix non-experimental remote_download_regex flag Jan 13, 2025
@luispadron luispadron enabled auto-merge (squash) January 13, 2025 23:20
@mattrobmattrob mattrobmattrob enabled auto-merge (squash) January 14, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants