Skip to content

fix: use wc -c for portable WASM size check - #838

Merged
hman38705 merged 1 commit into
solutions-plug:mainfrom
euniceamoni:fix/639-wasm-size-check-linux
May 30, 2026
Merged

fix: use wc -c for portable WASM size check#838
hman38705 merged 1 commit into
solutions-plug:mainfrom
euniceamoni:fix/639-wasm-size-check-linux

Conversation

@euniceamoni

Copy link
Copy Markdown
Contributor

Summary

Fixes #639

Replaced stat -f%z ... 2>/dev/null || stat -c%s ... with wc -c < in the WASM size check step.

Changes

  • .github/workflows/test.yml
  • .github/workflows/contract-deployment.yml

wc -c is portable across Linux and macOS and produces no error output on success.

@drips-wave

drips-wave Bot commented May 30, 2026

Copy link
Copy Markdown

@euniceamoni Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@hman38705
hman38705 merged commit 6d83d11 into solutions-plug:main May 30, 2026
12 of 39 checks passed
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.

WASM size check uses stat -f%z which fails on Linux runners

2 participants