Can't load local_repository #25001
Labels
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
untriaged
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: