Commit a848b45
committed
[ci] Fix missing usign binary during package indexing
- Build tools/usign/compile before running make package/index
- Only build usign if binary is not already present in staging_dir/host/bin
- Fixes 'usign: No such file or directory' error in CI
- Handles both CI_CACHE and non-cache scenarios
The error occurred because make package/index requires the usign binary
to exist even when SIGNED_PACKAGES= is set to skip signing. This change
ensures usign is built when needed, particularly when CI_CACHE is set
and tools/install is skipped.1 parent 49366ad commit a848b45
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
55 | 60 | | |
56 | | - | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
0 commit comments