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

External relative path dependencies not working #3089

Open
criemen opened this issue Dec 12, 2024 · 0 comments
Open

External relative path dependencies not working #3089

criemen opened this issue Dec 12, 2024 · 0 comments

Comments

@criemen
Copy link
Contributor

criemen commented Dec 12, 2024

With #3025, we ought to be able to use relative path dependencies.
That's not working for me.
You can check my code out in https://github.com/github/codeql/tree/criemen/rules-rust-upg, and run
bazel run //misc/bazel/3rdparty:vendor_ruby_deps.
I'm getting

INFO: Running command line: bazel-bin/misc/bazel/3rdparty/vendor_ruby_deps.sh

error: failed to load manifest for workspace member `/tmp/.tmpFAhxxI/extractor`
referenced by workspace at `/tmp/.tmpFAhxxI/Cargo.toml`

Caused by:
  failed to load manifest for dependency `codeql-extractor`

Caused by:
  failed to read `/tmp/shared/tree-sitter-extractor/Cargo.toml`

Caused by:
  No such file or directory (os error 2)

Error: Failed to fetch crates for lockfile: exit status: 101
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