-
Notifications
You must be signed in to change notification settings - Fork 431
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
Cargo incompatible_runfiles_cargo_manifest_dir
#2898
Comments
Implemented in #2891 |
incompatible_explicit_cargo_manifest_dir
incompatible_runfiles_cargo_manifest_dir
Flipped in #2948 |
I didn't get the opportunity to dive deeper, but this broke bringing any |
More details would be great! The build script should be running in
|
I managed to make it work by adding one extra include path to |
This flag implements a work-around for bazelbuild/bazel#15486 that enables
cargo_build_script
to explicitly create a directory to use as a crate'sCARGO_MANIFEST_DIR
that can be passed to dependent actions.The intent of this flag is to eliminate non-hermetic behavior in interactions with
CARGO_MANIFEST_DIR
when building without a sandbox. For details see #2887 (comment)The text was updated successfully, but these errors were encountered: