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

Get CI testing working again and prevent future bit-rot #165

Merged
merged 14 commits into from
Sep 28, 2024
Merged

Conversation

anholt
Copy link
Contributor

@anholt anholt commented Sep 24, 2024

Description

When I started hacking on kerla, the CI was failing due to unpinned crates being installed. Rather than check what version CI used to be running, I bumped the rust nightly we use until it built the deps again, fixed the clippies, and then pinned those crates.

Pre-Submission Checklist

When you submit a PR, please make sure your PR satisfies the following checklist:

  • I assert this contribution was authored by me.
  • I license this contribution under the license of this project.
  • The PR title describes your changes briefly and uses the present tense, without a trailing full stop.
  • The PR description describes the reason why we need the change.
  • This is an isolated change. No multiple changes and no unrelated changes are included.
  • Fixed all cargo clippy warnings.
  • Applied rustfmt.

It doesn't look like it's required, and it's causing unaligned
references that newer rust hates.
Future rust clippy errors about them doing "& 0" operations.  We can
decide if they're useful flags later if we actually want.
Quiets clippy warnings in the strict-lint target.
Fixes future clippy lints.
Fixes future clippy lints.
Fixes the new clippy complaints in the process.
The RUN was throwing errors with current docker, but we can easily
enough just make it another ADD.
Copy link
Owner

@nuta nuta left a comment

Choose a reason for hiding this comment

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

Thanks it's awesome! Left a quick question.

.github/workflows/ci.yml Show resolved Hide resolved
Copy link
Owner

@nuta nuta left a comment

Choose a reason for hiding this comment

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

Great work!

@nuta nuta merged commit 9816b67 into nuta:main Sep 28, 2024
2 checks passed
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