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

Fix no wasm opt argument #329

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Conversation

popenta
Copy link
Contributor

@popenta popenta commented Sep 7, 2023

No description provided.

@popenta popenta self-assigned this Sep 7, 2023
bogdan-rosianu
bogdan-rosianu previously approved these changes Sep 7, 2023
danielailie
danielailie previously approved these changes Sep 7, 2023
@@ -463,7 +463,7 @@ def do_reproducible_build(args: Any):
utils.ensure_folder(output_path)

options = args.__dict__
no_wasm_opt = options.get("no-wasm-opt", True)
no_wasm_opt = options.get("no_wasm_opt", True)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reproducible builds, if argument is not provided, it should default to False (wasm opt should be applied).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now defaults to False.

@popenta popenta merged commit 98d709a into main Sep 7, 2023
9 checks passed
@popenta popenta deleted the reproducible-build-no-wasm-opt-fix branch September 7, 2023 08:47
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.

4 participants