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

ci: release package check #1341

Merged
merged 1 commit into from
Aug 24, 2024
Merged

ci: release package check #1341

merged 1 commit into from
Aug 24, 2024

Conversation

phip1611
Copy link
Member

This is an attempt to prevent situations as documented in #1338

Checklist

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

@phip1611 phip1611 marked this pull request as ready for review August 23, 2024 13:26
# Checks if `cargo package` can run successfully. This saves us from
# situations where this is only noticed after a merge and releases
# were made only partially.
run: cargo package
Copy link
Member

Choose a reason for hiding this comment

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

Does this work without package args? I get a failure in the uefi_app package when I run cargo package locally. cargo package -p uefi -p uefi-raw -p uefi-macros works, however

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 it is fine to directly list the crates

This way, we can early spot issues before they occur in unfortunate situations,
as happened with [0].

[0] rust-osdev#1338
@nicholasbishop nicholasbishop added this pull request to the merge queue Aug 24, 2024
Merged via the queue into rust-osdev:main with commit a3e5f33 Aug 24, 2024
15 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