buildkit: add unittests-gnu-no-defaults

We should probably defend this build mode.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2025-09-10 11:34:34 +01:00 committed by Manos Pitsidianakis
parent e6caab8bb0
commit d8c09b511e

View File

@ -31,6 +31,15 @@
"aarch64"
]
},
{
"test_name": "staging: unittests-gnu-no-defaults",
"command": "cd staging && cargo test --no-default-features --workspace",
"soft_fail": "true",
"platform": [
"x86_64",
"aarch64"
]
},
{
"test_name": "staging: unittests-musl",
"command": "cd staging && cargo test --all-features --workspace --target {target_platform}-unknown-linux-musl",