-
Notifications
You must be signed in to change notification settings - Fork 150
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
un-skipping blake2b-wasm on s390x #925
Conversation
Codecov ReportBase: 95.16% // Head: 96.27% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #925 +/- ##
==========================================
+ Coverage 95.16% 96.27% +1.11%
==========================================
Files 28 28
Lines 2149 2149
==========================================
+ Hits 2045 2069 +24
+ Misses 104 80 -24
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Pipeline run: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-pipeline/189/ (on all platforms, but we can just looking to see if s390x now passes) Edit: properly configured the job 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appears to pass on s390x now
Yes, esbuild supports s390x |
I thought this PR had been merged. The tests results shows that is failing on node 18, although the logs have expired, so I can't see where exactly. I just tested it on x64, ppc and s390x and all tests passes. @richardlau Can you trigger once more the tests to get the test results ? |
I don't see a rerun button for those failed actions runs so unfortunately no, I cannot. You may need to rebase onto the current main to trigger a fresh run. |
774fd91
to
fdea964
Compare
@richardlau Thank you! the rebase did the trick : ) |
This PR un-skips blake2b-wasm for s390x system architecture, after the recent upgrade of esbuild on wasm-tools (which is a dependency on blake2b-wasm). There is an open PR on blake2b-wasm for upgrading wasm-tools mafintosh/blake2b-wasm#21 although we dont have to wait for the PR to land, due to npm resolves wasm-tools, during blake2b-wasm npm install, from 0.2.0 to 0.2.1