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
It should be possible to override the current target on a per-rule basis, as some rules compile binaries to run on specific platforms. For example, I want to compile AWS Lambda functions targeting x86_64-unknown-linux-musl on a Mac. The rust_binary adds a --target=x86_64-apple-darwin arg to rustc, which I can't override.
The text was updated successfully, but these errors were encountered:
It should be possible to override the current target on a per-rule basis, as some rules compile binaries to run on specific platforms. For example, I want to compile AWS Lambda functions targeting x86_64-unknown-linux-musl on a Mac. The rust_binary adds a
--target=x86_64-apple-darwin
arg to rustc, which I can't override.The text was updated successfully, but these errors were encountered: