Skip to content

Fix lints/tests on nightly and unpin the CI nightly version #1703

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

Merged
merged 3 commits into from
Jun 20, 2025

Conversation

nicholasbishop
Copy link
Member

@nicholasbishop nicholasbishop commented Jun 19, 2025

  • Fix a couple more cases of mismatched-lifetime-syntaxes.
  • Skip uefi-macros ui tests on the nightly toolchain -- sometimes the error output is slightly different on different compiler versions, so only run those tests on the stable toolchain.
  • Unpin the nightly version in .github/workflows/nightly_toolchain.toml

Closes #1687

Checklist

  • Sensible git history (for example, squash "typo" or "fix" commits). See the Rewriting History guide for help.
  • Update the changelog (if necessary)

@nicholasbishop nicholasbishop force-pushed the bishop-unpin-night branch 2 times, most recently from e99d4be to 6052ec9 Compare June 19, 2025 19:40
@nicholasbishop nicholasbishop changed the title Revert "ci: Temporarily pin to older nightly" Fix lints/tests on nightly and unpin the CI nightly version Jun 19, 2025
These tests are sensitive to compiler version, and sometimes the output on
nightly doesn't match the stable toolchain.
This (partially) reverts commit bdd3650.
@phip1611 phip1611 added this pull request to the merge queue Jun 20, 2025
Merged via the queue into main with commit d5e07ab Jun 20, 2025
20 checks passed
@phip1611 phip1611 deleted the bishop-unpin-night branch June 20, 2025 04:45
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.

Fix various new lints introduced on nightly
2 participants