Commit efa103c
committed
Build at /work to match local successful build path
User's local Julia cross-build that produced julia.exe ran at
/work/julia-1.12.6/. My polyglot Dockerfile used /build/julia-1.12.6/.
Both LLVM CMake and Julia's deps Makefiles cache absolute paths in
CMakeCache.txt; on a path-sensitive lookup the difference between /work
and /build could explain why CI hits the vt_gen failure (NATIVE sub-build
doesn't produce NATIVE/bin/llvm-min-tblgen) while local doesn't.
Cheap experiment: match the proven-good WORKDIR.
Signed-off-by: Joris Gillis <joris@yacoda.com>1 parent d2c6f5e commit efa103c
1 file changed
Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
216 | 221 | | |
217 | 222 | | |
218 | 223 | | |
| |||
248 | 253 | | |
249 | 254 | | |
250 | 255 | | |
251 | | - | |
| 256 | + | |
252 | 257 | | |
253 | 258 | | |
254 | 259 | | |
| |||
268 | 273 | | |
269 | 274 | | |
270 | 275 | | |
271 | | - | |
| 276 | + | |
272 | 277 | | |
273 | 278 | | |
274 | 279 | | |
| |||
0 commit comments