You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes races conditions and make the DB Switchable. Also prepare inside
the CompilationSpec the tree of the deps to be built, and parallelize
only the building jobs.
Closes#7
As per comment in:
luet/pkg/compiler/compiler.go
Line 192 in 5ee610f
We need to move out the resolvedeps step up when calling it in parallel, otherwise each thread will do the same job.
The text was updated successfully, but these errors were encountered: