-
- Downloads
[python] fix race condition in builder
see #315 On network shares we observed race conditions, where the directory was not yet fully written before calling make or cmake, thus the dependency tracking failed and a rebuild was not properly triggered. By explicitly syncing the directory we ensure that the files are in a correct state.
-
mentioned in commit abbfbd88
-
mentioned in merge request !1178 (merged)
Please register or sign in to comment