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

Speedup builds #9

Open
JeanChristopheMorinPerso opened this issue Jun 11, 2022 · 1 comment
Open

Speedup builds #9

JeanChristopheMorinPerso opened this issue Jun 11, 2022 · 1 comment
Labels
build enhancement New feature or request

Comments

@JeanChristopheMorinPerso
Copy link
Owner

JeanChristopheMorinPerso commented Jun 11, 2022

When running make (https://github.com/JeanChristopheMorinPerso/otio-wasm/blob/main/.github/workflows/deploy.yaml#L36), we could probably set PYODIDE_PACKAGES to an empty list. See https://pyodide.org/en/latest/development/building-from-sources.html#partial-builds. I could simply just dun PYODIDE_PACKAGES=opentimelineio make.

Also, why is cmake spending so much time at the check step (https://github.com/JeanChristopheMorinPerso/otio-wasm/runs/6840255883?check_suite_focus=true#step:7:282) ?

@JeanChristopheMorinPerso
Copy link
Owner Author

Cmake is spending time doing:

-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Performing Test HAS_FLTO_THIN

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant