Commit 0f081b6
Test User
fix(ci): correct zig mount path for cross builds
Zig needs the entire installation directory mounted, not just the binary.
Also requires writable cache directories inside the container.
- Mount /usr/local/zig-x86_64-linux-0.16.0 instead of /usr/local/bin/zig
- Set ZIG_GLOBAL_CACHE_DIR and ZIG_LOCAL_CACHE_DIR to /tmp
- Verified working on bigbox with cross check
Refs #18741 parent 7c1319b commit 0f081b6
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
0 commit comments