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: add job building with no alloc feature #76

Merged
merged 3 commits into from
Jan 26, 2024
Merged

ci: add job building with no alloc feature #76

merged 3 commits into from
Jan 26, 2024

Conversation

redshiftzero
Copy link
Member

@redshiftzero redshiftzero commented Jan 25, 2024

Closes #70
This adds a job that builds on a platform (thumbv7em-none-eabihf) without std or alloc. I had to make a couple of small dependency changes (see commits) to get successful compilation.

`decaf377` is failing to compile with default features on
`thumbv7em-none-eabihf` due to the fact that
`std` is required by `once_cell` because it does not declare
`#![no_std]`
@redshiftzero redshiftzero marked this pull request as ready for review January 26, 2024 16:44
Copy link
Contributor

@cronokirby cronokirby left a comment

Choose a reason for hiding this comment

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

LGTM!

@cronokirby cronokirby merged commit c8157b6 into main Jan 26, 2024
6 checks passed
@cronokirby cronokirby deleted the ci-no-alloc branch January 26, 2024 18:43
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.

CI: add jobs testing no alloc functionality and u32_backend
2 participants