Closed OmarTawfik closed 1 month ago
Latest commit: ca716312f447011bfb2091de87dad531c8471abb
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
CI jobs were running out of space and failing. Recent example: https://github.com/NomicFoundation/slang/actions/runs/11488369511/job/32017344957
This is an intrim solution to disable
sccache
, which occupies a lot of space. Long term, we should look into splitting our testing into multiple jobs, and only set up the required toolchains for each job as needed.