Commit e97154d
authored
ci(shred-proxy): accept static-pie in the release linkage assert (#79)
The musl release build links as a PIE by default, which `file` reports as
"static-pie linked" (no interpreter, no shared-lib deps — still fully static)
rather than "statically linked". The release workflow's linkage assertion
grepped only for "statically linked" and so rejected a genuinely static binary,
failing the shred-proxy-v* release at the staging step. Accept both wordings.1 parent f37cb2c commit e97154d
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | | - | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments