You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compiler time of LinuxTool builds are nearly 4 hours, which is due to the lack of sccache not being used. I believe that PRs don't have access to the same environment variable group as the auto builds, which means they don't have configuration of which S3 bucket to use, which means sccache is likely defaulting to the local disk rather than reading from the network.
ci: fix LinuxTools PR builder missing environment variables
This PR includes the new `public-credentials` variables group in PR builders, hopefully fixing sccache and toolstate.
~~Do not merge this yet as I want to do a test build first.~~
r? @alexcrichtonfixes#62754#62753
The compiler time of LinuxTool builds are nearly 4 hours, which is due to the lack of sccache not being used. I believe that PRs don't have access to the same environment variable group as the auto builds, which means they don't have configuration of which S3 bucket to use, which means sccache is likely defaulting to the local disk rather than reading from the network.
cc @pietroalbini
The text was updated successfully, but these errors were encountered: