Skip to content

Unsupported reparse point for Windows Bazel links #19

@gregl83

Description

@gregl83

Running bazel builds in Windows produces directory links (e.g. bazel-bin) that end up an failed reparse point errors from the rust's std library fs:read_link function.

Error:

thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: Error { kind: Uncategorized, message: "Unsupported reparse point type" }', src/lib.rs:69:63
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

The bazel build was performed in a docker container using a volume. The container was from a bazel image using linux.

More investigation required in order to support these links.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions