Commit 9d87959
fix(ci): unset LIBRARY_PATH before cmake for cross-compilation
Pixi's activation script `unset` doesn't propagate through its
environment capture mechanism. Use `env -u LIBRARY_PATH` to strip
the host x86_64 library path directly before cmake invocation,
preventing lld from finding incompatible libgcc_s.so.1.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8fd946c commit 9d87959
1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
85 | 93 | | |
86 | 94 | | |
87 | 95 | | |
| |||
0 commit comments