Closed
Description
Right now to do local builds using cargo-make you must do:
CARGO_MAKE_TOOLCHAIN=nightly-aarch64-apple-darwin cargo make uniffi-swift-test
Ideally, this should just be cargo make uniffi-swift-test
Something is incorrect with the CARGO_MAKE_TOOLCHAIN
and the CARGO_MAKE_TOOLCHAIN_DEFAULT
.
Note that this environment variable is used in CI.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done