We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After a fresh clone of the current git tip 46ba4b6, I can reproduce:
$ bazel clean WARNING: Blaze clean does not support starlark options. Ignoring options: [--@rules_cuda//cuda:cuda_targets=sm_60, --@rules_cuda//cuda:compiler=clang, --@rules_cuda//cuda:copts=-Wno-unknown-cuda-version] ERROR: Unrecognized arguments: --@rules_cuda//cuda:cuda_runtime=@tf_runtime//backends/gpu:cuda_stubs
bazel --version bazel 4.0.0
I can reproduce this on too very different OSs - Ubuntu 20.04 LTS and CentOS 8.3.2011 with the same bazel version.
The text was updated successfully, but these errors were encountered:
Seems to be the same issue as #39
Sorry, something went wrong.
Thanks Leonard. Yes, please use bazel --noworkspace_rc clean as a workaround according to #39.
bazel --noworkspace_rc clean
No branches or pull requests
After a fresh clone of the current git tip 46ba4b6, I can reproduce:
bazel --version
bazel 4.0.0
I can reproduce this on too very different OSs - Ubuntu 20.04 LTS and CentOS 8.3.2011 with the same bazel version.
The text was updated successfully, but these errors were encountered: