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

Unsupported reparse point for Windows Bazel links #19

Open
gregl83 opened this issue Aug 27, 2023 · 0 comments
Open

Unsupported reparse point for Windows Bazel links #19

gregl83 opened this issue Aug 27, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@gregl83
Copy link
Owner

gregl83 commented Aug 27, 2023

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.

@gregl83 gregl83 added the bug Something isn't working label Aug 27, 2023
@gregl83 gregl83 changed the title Unsupported reparse point for Windows Bazel Links Unsupported reparse point for Windows Bazel links Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant