Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Non-consistent Rust version in the CI/CD #2310

Closed
jovfer opened this issue Nov 26, 2020 · 0 comments
Closed

Non-consistent Rust version in the CI/CD #2310

jovfer opened this issue Nov 26, 2020 · 0 comments
Labels
wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated.

Comments

@jovfer
Copy link
Contributor

jovfer commented Nov 26, 2020

iOS artifacts are compiled by Rust 1.45.0. But the default version of the compiler in other components is 1.46.0

The downgrade was reasoned by rust-lang/rust#79373

Possible solutions:

  1. downgrade rust version everywhere
  2. wait for new rust (1.49.0 probably)
  3. avoid building cdylib target for iOS by 1.46.0 Rust (requires some extra steps in CI/CD pipline)
@WadeBarnes WadeBarnes added the wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated. label Oct 24, 2023
@ryjones ryjones closed this as completed Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wont-address-project-depreciated This Issue or PR will not be addressed. The project has been depreciated.
Development

No branches or pull requests

3 participants