Skip to content

Overhaul CI and add an MSRV#21

Merged
DJMcNab merged 8 commits into
linebender:mainfrom
DJMcNab:ci-update
Jan 31, 2024
Merged

Overhaul CI and add an MSRV#21
DJMcNab merged 8 commits into
linebender:mainfrom
DJMcNab:ci-update

Conversation

@DJMcNab

@DJMcNab DJMcNab commented Jan 30, 2024

Copy link
Copy Markdown
Member

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

@Philipp-M Philipp-M left a comment

Copy link
Copy Markdown
Member

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

Comment thread .github/workflows/ci.yml
components: clippy

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

Copy link
Copy Markdown
Member

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
Copy Markdown
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).

@dfrg dfrg left a comment

Copy link
Copy Markdown
Contributor

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
@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