lookup: unskip serialport on s390x - #1138
abhayagarwal-dev wants to merge 1 commit into
Conversation
|
@Trott Could you please approve the CI run when you get a chance? Thank you! |
I no longer have write permissions on this repository, so my approval doesn't affect the CI run. I guess we should probably have someone from @nodejs/citgm and/or @nodejs/build review and (if appropriate) approve to launch the CI anyway, as I am sufficiently out of the loop that I don't know what the project is doing these days with CITGM, s390x support, and packages like serialport. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1138 +/- ##
=======================================
Coverage 96.20% 96.20%
=======================================
Files 29 29
Lines 2213 2213
=======================================
Hits 2129 2129
Misses 84 84 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I kicked off some CI runs:
The failure snippet: |
|
It looks like the failure might be due to a Python environment issue |
|
Machines run Python 3.12.
|
|
Thanks for the detailed explanation! So the fix would need to come from |
serialport was skipped on s390x in #994 due to failures when testing
against a pre-release version of Node.js. It is no longer failing on
s390x with current Node.js versions.
Tested with Node.js v27.0.0-pre on s390x (Linux 6.12.0 s390x):
ppc remains skipped as it has not been tested.
Relates to: #994
Relates to: #992
Checklist
npm testpasseshere