NomicFoundation / slang

Solidity compiler tooling by @NomicFoundation
https://nomicfoundation.github.io/slang/
MIT License
242 stars 19 forks source link

remove `sccache` from CI #1132

Closed OmarTawfik closed 1 month ago

OmarTawfik commented 1 month ago

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.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

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.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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