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

Upgrade rust to 1.77.0 nightly - 2024-02-01 #4022

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

jgreat
Copy link
Contributor

@jgreat jgreat commented Dec 13, 2024

Highlights

  • Update nextest.toml to limit number of concurrent tests to match available container cores in CI.
  • Update CI cargo builds to limit concurrent jobs to match available container cores.
  • Update workspace name logic since cargo-metadata "stabilized" (changed) the format of package ids.

clippy::unconditional-recursion - This may be a bug in clippy. Set allow for these warnings and check later rust versions.

  • util/u64-ratio/src/lib.rs
  • util/repr-bytes/src/lib.rs
  • connection/src/sync.rs

clippy::question-mark use ? notation instead of return None

  • fog/types/src/common.rs

clippy::useless-vec

  • fog/view/enclave/impl/src/types.rs
  • fog/test_infra/src/db_tests.rs
  • mobilecoind-json/src/data_types.rs

clippy::thread-local-initializer-can-be-made-const

  • fog/distribution/src/main.rs

Copy link

⚠️ Downstream repo mobilecoinofficial/android-bindings failed to build. Check actions status for details.

Copy link

⚠️ Downstream repo mobilecoinofficial/full-service failed to build. Check actions status for details.

Copy link

⚠️ Downstream repo mobilecoinofficial/android-bindings failed to build. Check actions status for details.

Copy link

⚠️ Downstream repo mobilecoinofficial/full-service failed to build. Check actions status for details.

.config/nextest.toml Show resolved Hide resolved
@jgreat jgreat changed the title WIP: upgrade rust to 1.77.0 nightly - 2024-02-01 Upgrade rust to 1.77.0 nightly - 2024-02-01 Dec 13, 2024
@jgreat jgreat marked this pull request as ready for review December 13, 2024 22:57
@jgreat jgreat merged commit 92b0d35 into main Dec 13, 2024
80 checks passed
@jgreat jgreat deleted the feature/jgreat/rust-1-77-0-nightly branch December 13, 2024 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants