-
Notifications
You must be signed in to change notification settings - Fork 109
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
Bazel run doesn't work on local machine - Ubuntu 22.0.4 #582
Comments
I can reproduce. The following work:
But the Another example that doesn't work is |
Good catch @steed924 and thank you for reproducing. Can you link to where this command is documented or open a PR to remove it so we can resolve quickly? |
cc @blakehatch |
Updating documentation/code points is appropriate. The reason for this is that In cases where bazel is not executed from the root of a repo, the following command is a slightly more precise, but
|
I tried to do an extensive testing on my local VPS machine which is Ubuntu 22.0.4 installed.
When I ran the
nativelink
application withcargo run
command, it works out well andbazel test
ran successfully.But I try to run the application with
bazel run
command, it shows the following message.I think the application says it can't load the config file.
Maybe the path settings issue?
I followed the default steps which is mentioned in the documentation and I wonder what external settings I have also.
The text was updated successfully, but these errors were encountered: