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
I can observed ./x.py build -j1 launching 4 threads to build a crate instead of 1 as specified by -j1 for example while building proc_macro while Building stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu).
I can observed
./x.py build -j1
launching 4 threads to build a crate instead of 1 as specified by-j1
for example while buildingproc_macro
whileBuilding stage0 std artifacts (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)
.Perhaps this is related to rust-lang/cargo#7689 ?
repo @ ed6468d
The text was updated successfully, but these errors were encountered: