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

Overhaul CI and add an MSRV #21

Merged
merged 8 commits into from
Jan 31, 2024
Merged

Overhaul CI and add an MSRV #21

merged 8 commits into from
Jan 31, 2024

Conversation

DJMcNab
Copy link
Member

@DJMcNab DJMcNab commented Jan 30, 2024

Adds an MSRV, and adapts the CI from linebender/glazier#149

Also prepares for merge queues

@DJMcNab DJMcNab requested review from dfrg and xStrom January 30, 2024 15:38
Copy link

@Philipp-M Philipp-M left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks

components: clippy

- name: cargo clippy (wasm)
run: cargo clippy --all-targets --target wasm32-unknown-unknown -- -D warnings

Choose a reason for hiding this comment

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

Is --all-targets necessary here (when it is already done in other jobs?)?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think so.

This ensures that any tests, benchmarks and examples check for wasm (even though there currently are none of those)

This is cargo having two different meanings of the word "target" (or well at least three, if you include the target directory).

Copy link
Contributor

@dfrg dfrg left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for cleaning this up!

@DJMcNab DJMcNab merged commit 50f256d into linebender:main Jan 31, 2024
9 checks passed
@DJMcNab DJMcNab deleted the ci-update branch January 31, 2024 15:26
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.

3 participants