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

LinuxTools builder: sccache isn't used #62753

Closed
alexcrichton opened this issue Jul 17, 2019 · 1 comment
Closed

LinuxTools builder: sccache isn't used #62753

alexcrichton opened this issue Jul 17, 2019 · 1 comment
Assignees
Labels
T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@alexcrichton
Copy link
Member

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

@alexcrichton alexcrichton added the T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. label Jul 17, 2019
@pietroalbini pietroalbini self-assigned this Jul 17, 2019
bors added a commit that referenced this issue Jul 17, 2019
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? @alexcrichton
fixes #62754 #62753
@alexcrichton
Copy link
Member Author

alexcrichton commented Jul 18, 2019

Fixed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants