Free disk space and remove orphaned WASM setup from CI#55
Merged
Conversation
b3dceb4 to
3124bd8
Compare
The test-suite workflow ran out of disk on ubuntu-latest (14 GB SSD). Two changes to address this: 1. Add endersonmenezes/free-disk-space (v3, SHA-pinned) to reclaim space from Android, .NET, and Haskell toolchains on Linux runners. 2. Remove orphaned WASM/hub-client setup steps (Node.js, npm ci, Clang/LLVM, wasm-pack) that were left behind when those steps moved to ts-test-suite.yml on Jan 29, 2026 (bf7e8f4..5f7ca83). This eliminates ~5 minutes of unnecessary tool installation and significant disk usage (wasm-pack alone is ~800 MB compiled). ts-test-suite.yml runs on the same triggers and actively builds the WASM module, so no coverage is lost.
3124bd8 to
1481f97
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The test-suite workflow ran out of disk on ubuntu-latest (14 GB SSD).
Changes
Add
endersonmenezes/free-disk-space(v3, SHA-pinned, Linux-only) to reclaim space from Android, .NET, and Haskell toolchains.Remove orphaned WASM/hub-client setup steps (Node.js, npm ci, Clang/LLVM, wasm-pack, and commented-out build/test steps) left behind when those steps moved to
ts-test-suite.ymlon Jan 29 (bf7e8f4..5f7ca83). This eliminates ~5 minutes of unnecessary tool installation and significant disk usage.ts-test-suite.ymlruns on the same triggers and actively builds the WASM module, so no coverage is lost.Test plan
test-suite.ymlpasses (Rust build + tests, lints, tree-sitter)ts-test-suite.ymlpasses (WASM build, hub-client)