-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restoring packages is slow in x64-osx CI #28582
Comments
@dg0yt Unfortunately, there is nothing we can do about this. The previous approach was to run failed unzip operations again which didn't work well. See microsoft/vcpkg-tool#842 and microsoft/vcpkg-tool#695 for more details. |
I don't think that it has something to do with the mutextes. I guess the osx ci machines are simply a lot slower because the hardware is worse |
I didn't want to jump into conclusions.
Sounds reasonable. After reducing a
I would take this as an indication the the time scales more with the total size in bytes than with the number of packages. |
We really can't make changes for this new device in a short period of time. :(
We really can't make changes for this new device in a short period of time.
Thanks for the data. Different systems are built and handle bytes differently and the way the port is built is determined upstream, even if we update the machine it won't solve the problem. According to the time policy, I need to close it. Because I think you have found the answer. (even if it is not perfect) |
Restoring cached package in vcpkg CI takes much longer for x64-osx. E.g.
https://dev.azure.com/vcpkg/public/_build/results?buildId=82899&view=logs&j=7922e5c4-0103-5f8f-ad17-45ce9bb98e80&t=66eef212-08d6-5e6c-a560-7d01149d0188&l=6237
The text was updated successfully, but these errors were encountered: