Skip to content
New issue

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

Remove the need to set CARGO_MAKE_TOOLCHAIN as an environment variable for cargo-make builds #185

Closed
simlay opened this issue Oct 4, 2024 · 0 comments · Fixed by #191
Closed
Labels
good first issue Good for newcomers

Comments

@simlay
Copy link
Contributor

simlay commented Oct 4, 2024

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.

@simlay simlay added the good first issue Good for newcomers label Oct 4, 2024
simlay pushed a commit that referenced this issue Oct 14, 2024
* remove redundant variable, update gitignore

* rerun ci local to fork
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant