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
Fixup from #30153, where recursive invocations of $(MAKE) for SPKG-no-deps targets were added.
The recursive invocation of $(MAKE) seems to lead to builds with extremely high parallel load when MAKE="make -j8" as recommended in Sage build documentation. This may be part of why lately many builds on GH Actions are failing.