Skip to content

Fix non-experimental remote_download_regex flag #8022

Fix non-experimental remote_download_regex flag

Fix non-experimental remote_download_regex flag #8022

Triggered via pull request January 13, 2025 23:02
Status Failure
Total duration 11s
Artifacts

check_pr_title.yml

on: pull_request
Check commit message style
1s
Check commit message style
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Check commit message style
The message 1 is invalid: * Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "fix: non-experimental remote_download_regex flag". Please re-write the subject so that it starts with a verb in imperative mood. The original message was: fix: non-experimental remote_download_regex flag 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+.
Check commit message style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636