Skip to content

External relative path dependencies not working #3089

@criemen

Description

@criemen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions