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

prax wasm assets are duplicated #168

Open
turbocrime opened this issue Aug 19, 2024 · 1 comment
Open

prax wasm assets are duplicated #168

turbocrime opened this issue Aug 19, 2024 · 1 comment
Labels
bug Something isn't working ci/cd Deployment and github action related deployment

Comments

@turbocrime
Copy link
Contributor

Describe the bug
Prax build process outputs duplicate wasm assets.

To Reproduce
Steps to reproduce the behavior:

$ pnpm build
$ cd apps/extension
$ md5sum dist/** | sort | awk '{print $2, $1}' | uniq -D -f 1
md5sum: dist/favicon: Is a directory
md5sum: dist/keys: Is a directory
dist/5b67a1859fe9cf3bf91a.module.wasm 235afa970871fa2d1eb53960eb502132
dist/9764d0cf663f6b51e401.module.wasm 235afa970871fa2d1eb53960eb502132
dist/99cdcf8241607bfd038f.module.wasm 235afa970871fa2d1eb53960eb502132

Expected behavior
Each asset in the build output should be unique.

Additional context

$ du -h dist/*.wasm
5.0M    dist/5b67a1859fe9cf3bf91a.module.wasm
5.0M    dist/9764d0cf663f6b51e401.module.wasm
5.0M    dist/99cdcf8241607bfd038f.module.wasm
@turbocrime turbocrime added the bug Something isn't working label Aug 19, 2024
@github-project-automation github-project-automation bot moved this to 🗄️ Backlog in Labs web Aug 19, 2024
@turbocrime turbocrime added deployment ci/cd Deployment and github action related labels Aug 19, 2024
@TalDerei
Copy link
Contributor

related to penumbra-zone/web#564

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci/cd Deployment and github action related deployment
Projects
Status: 🗄️ Backlog
Development

No branches or pull requests

2 participants