-
-
Notifications
You must be signed in to change notification settings - Fork 910
ci: Also run Rust tests on Windows on ARM #21150
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
base: master
Are you sure you want to change the base?
Conversation
Also referencing: #19259 |
Ouch, OpenH264 only added Windows ARM builds with 2.5.0, which is blocked on #18581 (or #19445, but eh). See also: cisco/openh264#3873 |
2f23c00
to
001af8f
Compare
Does this mean the whole thing is running on x86 emulation? 🤔 |
Hmm, strange as the rust checks show the correct aarch64 host - are there any artifacts/output from that build test? I could test it on my ARM64 system |
That step is just setting up the nextest test runner. |
Tests on Windows ARM take even longer than on Windows x86_64 :/ despite the fact that some of them are disabled It's 15m 47s ARM vs 12m 41s x64 vs 4–5min Linux / Mac |
That could also be because nothing is cached for it yet. |
Can we not run this on each PR, perhaps? Only daily? (btw this question applies to more CI types, not just ARM) |
To be fair, only the longest job negatively impacts PR checks performance, which as of now is windows-latest, and possibly windows-arm in the future.
I tried marking slow tests one day, but that was a failure. Maybe there's some other mechanism than features that we can use for filtering slow tests |
Referencing: #15950 (comment) |
001af8f
to
4e1d1cd
Compare
Yes, it's really |
4e1d1cd
to
6490afe
Compare
Re: #21146
Let's see what happens...