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

Parallelize build_wasm_samples.sh #5163

Open
mversic opened this issue Oct 18, 2024 · 1 comment
Open

Parallelize build_wasm_samples.sh #5163

mversic opened this issue Oct 18, 2024 · 1 comment

Comments

@mversic
Copy link
Contributor

mversic commented Oct 18, 2024

All smart contracts are being built sequentially but they could be built in parallel. I believe this is a bottleneck in the CI and would also speed things up significantly locally

@mversic
Copy link
Contributor Author

mversic commented Oct 18, 2024

Also, I'm not sure that default_executor should be built along side all other smart contracts just because it sets a precedent where people might tend to build all smart contracts with build_wasm_samples.sh instead of just executor.wasm. I suggest separating it from the script

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

No branches or pull requests

1 participant