Skip to content
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

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

pacostas
Copy link
Contributor

@pacostas pacostas commented Aug 3, 2022

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

@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2022

Codecov Report

Base: 95.16% // Head: 96.27% // Increases project coverage by +1.11% 🎉

Coverage data is based on head (fdea964) compared to base (a35b3fd).
Patch has no changes to coverable lines.

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     
Impacted Files Coverage Δ
lib/bin/citgm-all.js 95.37% <0.00%> (+0.84%) ⬆️
lib/bin/citgm.js 100.00% <0.00%> (+1.80%) ⬆️
lib/spawn.js 100.00% <0.00%> (+76.92%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@BethGriggs
Copy link
Member

BethGriggs commented Aug 3, 2022

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 😅

Copy link
Member

@BethGriggs BethGriggs left a 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

@pacostas
Copy link
Contributor Author

pacostas commented Aug 3, 2022

Appears to pass on s390x now

Yes, esbuild supports s390x

@pacostas
Copy link
Contributor Author

pacostas commented Dec 7, 2022

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 ?

@richardlau
Copy link
Member

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.

@pacostas pacostas force-pushed the unskipping-blake2b-wasm branch from 774fd91 to fdea964 Compare December 7, 2022 12:26
@pacostas
Copy link
Contributor Author

pacostas commented Dec 7, 2022

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.

@richardlau Thank you! the rebase did the trick : )
Can you also merge it?

@mhdawson mhdawson merged commit eef07d5 into nodejs:main Dec 16, 2022
@pacostas pacostas deleted the unskipping-blake2b-wasm branch December 18, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants