Skip to content
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

Target not found from subrepo #3084

Open
peterebden opened this issue Feb 27, 2024 · 0 comments
Open

Target not found from subrepo #3084

peterebden opened this issue Feb 27, 2024 · 0 comments

Comments

@peterebden
Copy link
Member

I added the following to a repo (specifically thought-machine/please-servers):

github_repo(
    name = "please",
    repo = "thought-machine/please",
    revision = "v17.8.0",
)

but it won't build with

$ plz build ///third_party/please//tools/sandbox:sandbox
Building [0/1, 0.0s]:
  CPU use:   0.0%  I/O:   0.0%  Mem use:   0.0%
13:43:19.282 CRITICAL: Target ///cc//build_defs:cc not found in build graph

However that target does exist:

$ plz build ///cc//build_defs:cc
Build finished; total time 750ms, incrementality 100.0%. Outputs:
///cc//build_defs:cc:
  plz-out/gen/cc/build_defs/cc.build_defs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant