Add cyclonedx (#1000)

Also improve check that gnu binaries are not needed if musl exists.
This commit is contained in:
John Vandenberg
2025-06-19 19:55:47 +08:00
committed by GitHub
parent 5b3d0ef321
commit 7afdc6d42b
15 changed files with 106 additions and 15 deletions

View File

@@ -562,7 +562,6 @@ fn main() -> Result<()> {
.values()
.any(|m| matches!(m, ManifestRef::Real(m) if m.download_info.contains_key(&p)))
{
// TODO: better error message: https://github.com/taiki-e/install-action/pull/411
bail!(
"platform list in base manifest for {package} contains {p:?}, \
but result manifest doesn't contain it; \