Commit e349d67
test runner: pass DMD to druntime build so it isn't rebuilt
ensureDruntime invoked the druntime Makefile without DMD=, so its default
DMD path (generated/<os>/<build>/<model>/dmd) pointed at a nonexistent
binary on the VisualD CI (dmd lives under RelWithAsserts/), triggering a
"make -C .. dmd" that failed compiling build.d against absent Phobos.
Pass the existing compiler explicitly.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8452b80 commit e349d67
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| |||
0 commit comments