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
Right now, zlib, curl and libxml2 are built as separate parallel jobs. However, the jobs depending on the build artifacts from these are already waiting on the compilers job to complete, making the parallelism pointless. These 3 jobs should be merged and run as a single job, tentatively called target-libs.
The text was updated successfully, but these errors were encountered:
Right now,
zlib
,curl
andlibxml2
are built as separate parallel jobs. However, the jobs depending on the build artifacts from these are already waiting on thecompilers
job to complete, making the parallelism pointless. These 3 jobs should be merged and run as a single job, tentatively calledtarget-libs
.The text was updated successfully, but these errors were encountered: