-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[ci] Decrease build times #1528
Comments
Hmm, found actions/runner-images#842
|
Dropping 8.1 sounds fine to me - the problems solved by insisting on that probably went away when earlier 2.x were dropped. It might make sense to tackle this after I drop 2.7 support though. |
Did we drop 8.1 yet? |
yep |
(Opening this while it's in my mind)
While overall build times are faster than before, individual jobs take a bit longer than on AppVeyor
From
pywin32/setup.py
Lines 22 to 24 in 5f47dc1
It didn't seem available on GitHub Actions runner https://help.github.com/en/actions/reference/software-installed-on-github-hosted-runners as
setup.py
failedSo we spend multiple minutes installing it from Chocolatey
pywin32/.github/workflows/main.yml
Lines 37 to 38 in 5f47dc1
Options:
Maybe it's actually on runner & a .bat script somewhere needs to be executed?The text was updated successfully, but these errors were encountered: