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
{{ message }}
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Hi,
I'm curious about great differences in build times for a package of mine (using conda mambabuild), between my local machine (macOS Arm M1), and a CI machine.
The greatest time seems to be spend on "Reloading output folder" steps. E.g. locally:
We have exactly the same problem. I am not sure if it's really stuck at the "Reloading output folder" step or just not reporting what it is doing anymore.
I am pretty desperate at this point.
Running with --debug does not help either.
Just no output at all. Until suddenly after hours it splurges all the output and the conda build summary tells me that the "actual build" took a few seconds...
Hi,
I'm curious about great differences in build times for a package of mine (using
conda mambabuild
), between my local machine (macOS Arm M1), and a CI machine.The greatest time seems to be spend on "Reloading output folder" steps. E.g. locally:
where 42s of the total build time of 2:40s is spend on a single reload step.
And In CI it's much worse:
Here, the same reload step takes a whopping 166s, i.e. almost 3 min. And the total build takes more than 7 min, instead of the 2:40s locally.
Do you have any experience with such differences depending on the machine/environment?
The text was updated successfully, but these errors were encountered: