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

bazelrc: incompatible_remote_results_ignore_disk removed in 8 #958

Closed
ajwerner opened this issue Oct 8, 2024 · 0 comments · Fixed by #959
Closed

bazelrc: incompatible_remote_results_ignore_disk removed in 8 #958

ajwerner opened this issue Oct 8, 2024 · 0 comments · Fixed by #959

Comments

@ajwerner
Copy link
Contributor

ajwerner commented Oct 8, 2024

incompatible_remote_results_ignore_disk use here has been removed in bazel 8. Now that the RC is out, folks may be inclined to try it and will run into trouble.

INFO: Reading rc options for 'run' from <...>/.aspect/bazelrc/performance.bazelrc:
  Inherited 'build' options: --incompatible_remote_results_ignore_disk --experimental_reuse_sandbox_directories --nolegacy_external_runfiles --nobuild_runfile_links
ERROR: --incompatible_remote_results_ignore_disk :: Unrecognized option: --incompatible_remote_results_ignore_disk

See bazelbuild/bazel@17ee62e for the removal commit.

ajwerner added a commit to ajwerner/bazel-lib that referenced this issue Oct 8, 2024
This flag became a no-op in Bazel 7 (see [0]) and then was removed in
Bazel 8 (see [1]).

Fixes bazel-contrib#958

[0]: bazelbuild/bazel@c88f374
[1]: bazelbuild/bazel@17ee62e
ajwerner added a commit to ajwerner/bazel-lib that referenced this issue Oct 8, 2024
This flag became a no-op in Bazel 7 (see [here][0]) and then was removed in
Bazel 8 (see [here][1]).

Fixes bazel-contrib#958

[0]: bazelbuild/bazel@c88f374
[1]: bazelbuild/bazel@17ee62e
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 a pull request may close this issue.

1 participant