You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 libraryfs:read_link
function.Error:
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.
The text was updated successfully, but these errors were encountered: