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

ci: build fewer LLVM components #309

Merged
merged 1 commit into from
May 11, 2023
Merged

Conversation

abrown
Copy link
Collaborator

@abrown abrown commented Mar 15, 2023

This is a recommendation from #304 to build less of LLVM in CI. Perhaps it can speed up build times.

@abrown abrown requested a review from sbc100 March 15, 2023 16:30
@abrown
Copy link
Collaborator Author

abrown commented Mar 15, 2023

cc: @turbolent

Makefile Show resolved Hide resolved
This is a recommendation from WebAssembly#304 to build less of LLVM in CI. Perhaps
it can speed up build times.
@abrown abrown marked this pull request as ready for review May 11, 2023 23:40
@abrown
Copy link
Collaborator Author

abrown commented May 11, 2023

Just to make sure this change didn't remove anything, I quickly checked that we're at least packaging up the same number of files:

$ ci/download-workflow-artifacts.sh 495322858 $TOKEN
$ tar tvf /tmp/wasi-sdk-artifacts.JJo0nuS/release/wasi-sdk-20.8g74cb50e13861-linux.tar.gz | wc -l
1426
$ find /opt/wasi-sdk/wasi-sdk-20.0 | wc -l
1426

@abrown abrown merged commit 3fb0057 into WebAssembly:main May 11, 2023
5 checks passed
@abrown abrown deleted the ci-build-less branch May 11, 2023 23:49
@sbc100 sbc100 mentioned this pull request Jul 25, 2023
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.

None yet

2 participants