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
Currently we run a full package build with something like this because multi-threaded builds some times fail so we give it another chance single threaded: make -j8 IGNORE_ERRORS=m || make -j1 IGNORE_ERRORS=m V=s
The problem is that depending on when the multithread build fails we have seen that different numbers of packages are being built successfully even on the same code base.
The text was updated successfully, but these errors were encountered:
Currently we run a full package build with something like this because multi-threaded builds some times fail so we give it another chance single threaded:
make -j8 IGNORE_ERRORS=m || make -j1 IGNORE_ERRORS=m V=s
The problem is that depending on when the multithread build fails we have seen that different numbers of packages are being built successfully even on the same code base.
The text was updated successfully, but these errors were encountered: