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

Updates to fix CI #210

Merged
merged 6 commits into from
Aug 15, 2024
Merged

Updates to fix CI #210

merged 6 commits into from
Aug 15, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Aug 15, 2024

  • Disable MIPS
  • Update outdated versions with check-cfg errors
  • Update some instances of check-cfg failures in this crate
  • Update Solaris target name
  • Disable broken Windows and FreeBSD cross-compile tests (Windows has failures launching Wine, FreeBSD fails with x86_64-unknown-freebsd test failure #211)
  • Bump CI toolchain versions

Mips has been demoted to tier 3. CI is failing, so there is no reason to
keep it.
The current version has `check-cfg` errors. Update to avoid them.
@tgross35 tgross35 changed the title Remove MIPS from CI Updates to fix CI Aug 15, 2024
The `pc-solaris` target was made the default in
<rust-lang/rust#82216> and the `sun-solaris`
target was removed in <rust-lang/rust#118091>.
Switch from `x86_64-sun-solaris` to `x86_64-pc-solaris` to reflect this.

Additionally, disable tests for the Windows cross compile target since
there is an error launching Wine. This may be
<cross-rs/cross#1372>.
`dragonfly` was moved to `dragonflybsd`, and `bitrig` is no longer a
target. Adjust `cfg!` statements to match this.
There is a GCC error building the latest crate. See
<rust-lang#211> for details.
@tgross35 tgross35 merged commit b125d38 into rust-lang:master Aug 15, 2024
21 checks passed
@tgross35 tgross35 deleted the ci-fixes branch August 15, 2024 08:43
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.

1 participant