-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sometimes creates empty wasm binaries #3
Comments
Hey @de-husk, thanks for reporting! Appreciate it. Will have a look. |
|
I digged quite a bit deeper into this, and the lockfile hypothesis was just a coincidence. It's actually a bug(/feature) in
If you have a workspace where a member (e.g. Looking into if there is a way to influence/work around this in an efficient way |
This is looking good btw. Thanks for the quick fix! |
Thanks for reporting the bug! Much appreciated. |
Awesome project!
I ran into an issue trying to use it with this workspace: https://github.com/DA0-DA0/dao-contracts
It produced nearly empty optimized wasm binaries for
cw20_stake
andcw_core
contracts.When I tried to use them, I got this error:
Im wondering if
optimizoor
is compiling them with the library feature enabled?The text was updated successfully, but these errors were encountered: