rules_rust icon indicating copy to clipboard operation
rules_rust copied to clipboard

crate_universe builds should use rust_bindgen_toolchain

Open mbeards opened this issue 7 months ago • 0 comments

(It's possible I'm doing something wrong here...)

I'd expect that bringing in crates with crate_universe would pass the appropriate environment variables to cargo to point to bindgen dependencies provided by the toolchain. (I think that's passing CLANG_PATH, LIBCLANG_PATH, and maybe LD_LIBRARY_PATH)

mbeards avatar May 05 '25 18:05 mbeards