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

Rust 1.70 #44220

Merged
merged 5 commits into from
Jun 9, 2023
Merged

Rust 1.70 #44220

merged 5 commits into from
Jun 9, 2023

Conversation

tranzystorekk
Copy link
Contributor

  • rust-bootstrap: update to 1.70.0
  • cargo-bootstrap: update to 1.70.0
  • rust: update to 1.70.0
  • cargo: update to 1.70.0
  • common/environment/build-style/cargo.sh: remove obsolete sparse crates.io config

Cargo tag missing: rust-lang/cargo#12216

Testing the changes

  • I tested the changes in this PR: briefly

Comment on lines +14 to +24
- } else if #[cfg(any(target_env = "musl", target_env = "ohos"))] {
+ } else if #[cfg(target_env = "musl")] {
+ #[link(name = "c")]
+ extern {}
#[cfg_attr(feature = "rustc-dep-of-std",
- link(name = "c", kind = "static", modifiers = "-bundle",
+ #[cfg_attr(feature = "rustc-dep-of-std",
+ link(name = "gcc", kind = "static", modifiers = "-bundle",
+ cfg(target_feature = "crt-static")))]
+ extern {}
+ } else if #[cfg(target_env = "ohos")] {
#[cfg_attr(feature = "rustc-dep-of-std",
link(name = "c", kind = "static", modifiers = "-bundle",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Decided to split this to specifically affect only musl

@tranzystorekk tranzystorekk changed the title [WIP] Rust 1.70 Rust 1.70 Jun 3, 2023
@paper42
Copy link
Member

paper42 commented Jun 4, 2023

I rebuilt the whole rust world with this PR

new failures with 1.70

  • fselect
  • pueue

also broken on master

  • pijul

added to #39083

failures because of missing Cargo.lock (#43482)

  • ntdsextract2
  • leftwm
  • stdm
  • openpgp-ca
  • sandboxfs
  • geckodriver

@classabbyamp classabbyamp merged commit 6bb50c7 into void-linux:master Jun 9, 2023
8 checks passed
@tranzystorekk tranzystorekk deleted the rust branch June 9, 2023 20:08
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.

None yet

3 participants