-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Can't load local_repository #25001
Comments
Bazel 5.3.0 doesn't provide a Starlark implementation of |
I am sorry to ask this question... But how would I do that then ? I tried putting it in the dependencies of my target but it did not work. |
@meteorcloudy Do you know whether tensorflow supports being loaded as a dep in this way? |
This is not a bug in Bazel; please take this to the TensorFlow user forums. |
Description of the bug:
I'm working on tensorflow and I want to compile it using a customized version of XNNPACK.
To do so, I wanted ot load the external repository as a local one, as indicated in the documentation.
In brief, I cloned the XNNPACK repo in my laptop and I added the following line to the WORKSPACE:
Nevertheless, when I try to compile with
bazel build
, I have the following error message:I am a noob with bazel, and compilation in general... Sorry if the question is out of place. Do you have any suggestion?
Which category does this issue belong to?
Configurability
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
Debian 11
What is the output of
bazel info release
?release 5.3.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
I couldn't find anything anywhere, nor with a google search, nor on the issues of the repos.
I though it could be a version problem, but the docs don't say anything regarding it...
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: