mitsuba-renderer / drjit

Dr.Jit — A Just-In-Time-Compiler for Differentiable Rendering
BSD 3-Clause "New" or "Revised" License
601 stars 45 forks source link

Avoid generating stubs twice on Windows #286

Closed rtabbara closed 2 months ago

rtabbara commented 2 months ago

As with Mitsuba PR 1317, the Dr.Jit stubs were similarly being generated twice on Windows.

Although less frequent, there are examples on the Windows CI of failed builds that appear to be because of race conditions as stub files are attempted to be written into by two independent processes.