We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now to do local builds using cargo-make you must do: CARGO_MAKE_TOOLCHAIN=nightly-aarch64-apple-darwin cargo make uniffi-swift-test
CARGO_MAKE_TOOLCHAIN=nightly-aarch64-apple-darwin cargo make uniffi-swift-test
Ideally, this should just be cargo make uniffi-swift-test
cargo make uniffi-swift-test
Something is incorrect with the CARGO_MAKE_TOOLCHAIN and the CARGO_MAKE_TOOLCHAIN_DEFAULT.
CARGO_MAKE_TOOLCHAIN
CARGO_MAKE_TOOLCHAIN_DEFAULT
Note that this environment variable is used in CI.
The text was updated successfully, but these errors were encountered:
Merge branch 'main' of https://github.com/liveview-native/liveview-na…
7079e33
…tive-core into liveview-native#185
Resolve #185: Remove redundant environment variable (#191)
b4b3ef2
* remove redundant variable, update gitignore * rerun ci local to fork
Successfully merging a pull request may close this issue.
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 theCARGO_MAKE_TOOLCHAIN_DEFAULT
.Note that this environment variable is used in CI.
The text was updated successfully, but these errors were encountered: