Commit 304eb6f
chore(ci): verify no_std build on aarch64-unknown-none
Previously, nothing in CI proved the crate actually works in `no_std`
environments — a desktop `cargo build` with `std` omitted from features
still resolves `std` through the target's sysroot. With this commit,
add a dedicated job that builds against `aarch64-unknown-none`, a
bare-metal target without any `std` crate, so any accidental `std`
reliance fails to link.
The job builds both the default configuration and `--features color`
to cover the feature matrix that is expected to work without `std`.1 parent d88cf23 commit 304eb6f
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
57 | 68 | | |
58 | 69 | | |
59 | 70 | | |
| |||
0 commit comments