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

remove SKIP_WASM_BUILD=1 environment variable #754

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

ParthDesai
Copy link
Contributor

Description

We are removing SKIP_WASM_BUILD=1 environment variable from clippy check in CI because it skips building wasm binary. This can possibly result in some compilation issues in building wasm binary escapes CI.

@ParthDesai ParthDesai added D2-notlive PR doesn't change runtime/client code not-breaking Does not need to be mentioned in breaking changes B0-silent Changes should not be mentioned in any release notes labels Nov 19, 2024
Copy link
Contributor

github-actions bot commented Nov 19, 2024

WASM runtime size check:

Compared to target branch

dancebox runtime: 1412 KB (no changes) ✅

flashbox runtime: 832 KB (no changes) ✅

dancelight runtime: 2008 KB (no changes) ✅

container chain template simple runtime: 1088 KB (no changes) ✅

container chain template frontier runtime: 1388 KB (no changes) ✅

Copy link
Contributor

Coverage Report

(master)

@@                        Coverage Diff                         @@
##           master   parth-remove-skip-wasm-build-ci     +/-   ##
==================================================================
  Coverage   65.34%                            65.34%   0.00%     
  Files         310                               310             
  Lines       54174                             54174             
==================================================================
  Hits        35395                             35395             
  Misses      18779                             18779             
Files Changed Coverage

Coverage generated Tue Nov 19 10:31:18 UTC 2024

@ParthDesai ParthDesai merged commit fec184d into master Nov 19, 2024
42 checks passed
@ParthDesai ParthDesai deleted the parth-remove-skip-wasm-build-ci branch November 19, 2024 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime/client code not-breaking Does not need to be mentioned in breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants