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

Move test kernels to a separate workspace #486

Merged
merged 4 commits into from
Jan 21, 2025

Conversation

phil-opp
Copy link
Member

The test kernels need to be built for a different target and we don't want to unify dependency features with the main packages (as this can lead to enabled std features).

The test kernels are still built as part of the main bootloader package because they are specified as artifact dependencies. For completeness, this PR also adds new check/fmt/clippy steps for the new workspace. We also set a default target for the tests/test_kernels dir.

This PR should resolve the issues we saw in #485.

The test kernels need to be built for a different target and we don't want to unify dependency features with the main packages (as this can lead to enabled `std` features).
@phil-opp phil-opp force-pushed the separate-workspace-for-test-kernels branch from f483365 to 80e1905 Compare January 21, 2025 12:00
@phil-opp phil-opp requested a review from Freax13 January 21, 2025 12:31
Copy link
Member

@Freax13 Freax13 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! :shipit:

@Freax13 Freax13 merged commit 37582ac into main Jan 21, 2025
14 of 16 checks passed
@Freax13 Freax13 deleted the separate-workspace-for-test-kernels branch February 4, 2025 05:57
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