-
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
Platforms fail to resolve in modules #18616
Comments
As a follow-up, If I add This local folder |
What does the MODULE.bazel file of your |
Yes it does, here it is:
|
could you double-check that the MODULE.bazel for If it does, I don't see any reason why this error would be thrown. Could you provide a minimal repro case? |
In the
|
I actually had a question: There is 2 |
I get a different error this morning:
I have no clue what's happening |
The The |
Oh that's probably why! |
It's working closing the issue |
Description of the bug:
I have a Bazel project (TEST_PARTITION) that loads a module (BUILD_TOOLS_RELOADED V0.0.1), and this module defines a platforms:
In the
BUILD
:With the command :
But get the following error:
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
My module build_tools_reloaded
BUILD
:My project
MODULE.bazel
:Which operating system are you running Bazel on?
Windows
What is the output of
bazel info release
?release 6.2.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 master; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
#17655
#17707
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: