-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
base: main
Are you sure you want to change the base?
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.41% 88.41% -0.01%
==========================================
Files 652 652
Lines 186864 186864
Branches 36064 36059 -5
==========================================
- Hits 165217 165214 -3
- Misses 14888 14900 +12
+ Partials 6759 6750 -9 |
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 |
Refs: #54645