-
Notifications
You must be signed in to change notification settings - Fork 30k
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
test: check typescript loader #54657
test: check typescript loader #54657
Conversation
Review requested:
|
fbf54a7
to
9b1a752
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #54657 +/- ##
==========================================
- Coverage 88.54% 88.53% -0.01%
==========================================
Files 657 657
Lines 190395 190395
Branches 36552 36549 -3
==========================================
- Hits 168580 168567 -13
- Misses 14993 14996 +3
- Partials 6822 6832 +10 |
6f8ba00
to
e9789fe
Compare
FWIW new information has come to light in that issue and I don't think this fixes it. |
Im checking if I can reproduce on the CI since I dont have a arm64 windows machine |
I didn't know the CI even had that machine, cool! |
e9789fe
to
f9dab6d
Compare
Windows ARM64 failure:
(Yay, because we can repro the issue) |
Yay so yes we got the repro now we have to wait for swc + amaro update |
It seems GitHub Action doesn't provide an arm64 windows environment and we have to rely on the jenkins job to cover this environment (and thus not being able to test this in nodejs/amaro unless setting up a jenkins job on that repo). |
According to https://docs.github.com/en/enterprise-cloud@latest/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners#specifications-for-general-larger-runners, Github does have (in beta) these runners. But it appears to be a whole long process to set one up. |
Unfortunately, GitHub was not able to give us free access to large runners. |
FWIW Github just announced this a few hours ago: https://github.blog/changelog/2024-09-03-github-actions-arm64-linux-and-windows-runners-are-now-generally-available/ |
f9dab6d
to
e83b208
Compare
Rebased, lets see if newer swc version have the same problem |
e83b208
to
ec65297
Compare
I got a Windows Arm64 VM on azure 💀 lets see if I can fix this bug |
Landed in 56d5865 |
Refs: #54645