Commit 6135e17
goweft
fix: ci.yml — match both 'statically linked' and 'static-pie linked'\n\nNewer Rust versions with PIE enabled produce 'static-pie linked' in\nfile(1) output instead of 'statically linked'. Both are fully static\nbinaries with no dynamic linker or glibc dependency.\n\nUse grep -qE 'static(ally|-pie) linked' to match both forms.
1 parent b878125 commit 6135e17
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments