Use ccache on windows workflow#29632
Merged
Merged
Conversation
Member
|
@bors-servo r+ |
Contributor
|
📌 Commit d939c9a has been approved by |
Contributor
bors-servo
added a commit
that referenced
this pull request
Apr 14, 2023
Use ccache on windows workflow Because `sccache` is not working when setting `CCACHE=sccache` I used ccache which is taking cache hits. I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.
|
Results from try job (#4699746638): Flaky unexpected result (15)
Stable unexpected results that are known to be intermittent (34)
Stable unexpected results (1)
|
Contributor
|
💔 Test failed - checks-github |
Member
|
@bors-servo retry |
Contributor
bors-servo
added a commit
that referenced
this pull request
Apr 14, 2023
Use ccache on windows workflow Because `sccache` is not working when setting `CCACHE=sccache` I used ccache which is taking cache hits. I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.
|
Results from try job (#4701803762): Flaky unexpected result (21)
Stable unexpected results that are known to be intermittent (25)
Stable unexpected results (1)
|
Contributor
|
💔 Test failed - checks-github |
Member
|
@bors-servo retry |
Contributor
bors-servo
added a commit
that referenced
this pull request
Apr 16, 2023
Use ccache on windows workflow Because `sccache` is not working when setting `CCACHE=sccache` I used ccache which is taking cache hits. I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.
|
Results from try job (#4712095004): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (24)
Stable unexpected results (1)
|
Contributor
|
💔 Test failed - checks-github |
Member
|
@bors-servo retry |
Contributor
bors-servo
added a commit
that referenced
this pull request
Apr 16, 2023
Use ccache on windows workflow Because `sccache` is not working when setting `CCACHE=sccache` I used ccache which is taking cache hits. I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.
|
Results from try job (#4714225036): Flaky unexpected result (16)
Stable unexpected results that are known to be intermittent (17)
Stable unexpected results (2)
|
Contributor
|
💔 Test failed - checks-github |
Member
|
@bors-servo retry |
Contributor
bors-servo
added a commit
that referenced
this pull request
Apr 18, 2023
Use ccache on windows workflow Because `sccache` is not working when setting `CCACHE=sccache` I used ccache which is taking cache hits. I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.
Contributor
|
💔 Test failed - checks-github |
Member
|
@bors-servo retry |
Contributor
|
Results from try job (#4738900439): Flaky unexpected result (33)
Stable unexpected results that are known to be intermittent (21)
|
Contributor
|
☀️ Test successful - checks-github |
|
Results from try job (#4741858029): Flaky unexpected result (20)
Stable unexpected results that are known to be intermittent (22)
|
|
Results from try job (#4761981333): Flaky unexpected result (19)
Stable unexpected results that are known to be intermittent (19)
|
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.
Because
sccacheis not working when settingCCACHE=sccacheI used ccache which is taking cache hits.I would certainly love to share some timings, but I found out that windows builds have very inconsistent timings.