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
The above will go away when the sbom generation is a built-in part of cargo,
89
+
to be enabled by configuration. See [this RFC](https://github.com/rust-lang/rfcs/pull/3553).
90
+
91
+
92
+
## Cross-compilation
93
+
66
94
To enable cross-compilation we need few extra steps. By default cargo builds for host platform so the target must be specified explicitly either using `--target <target>` or by setting `CARGO_BUILD_TARGET` environment variable. See [Cargo docs](https://doc.rust-lang.org/cargo/reference/environment-variables.html?highlight=CARGO_BUILD_TARGET#configuration-environment-variables)
0 commit comments