Hack around CI problems by sudo chown and disabling cache for Windows validate#8739
Merged
Mikolaj merged 12 commits intohaskell:masterfrom Feb 8, 2023
Merged
Hack around CI problems by sudo chown and disabling cache for Windows validate#8739Mikolaj merged 12 commits intohaskell:masterfrom
Mikolaj merged 12 commits intohaskell:masterfrom
Conversation
8f1185b to
dde95c7
Compare
dde95c7 to
0bb71d1
Compare
7aad6c0 to
25ccfe5
Compare
10 tasks
e449551 to
c61cf57
Compare
c61cf57 to
f799af8
Compare
09bdb98 to
bdbdc79
Compare
Member
Author
|
@mergify rebase |
Contributor
✅ Nothing to do for rebase action |
This was referenced Feb 8, 2023
Member
Author
|
@mergify backport |
Contributor
❌ No backport have been createdDetailsNo destination branches found |
Member
Author
|
@mergify backport 3.10 |
Contributor
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Feb 13, 2023
… validate (#8739) * Try to fix ghcup cache in CI via sudo chmod * Revert "Try to fix ghcup cache in CI via sudo chmod" This reverts commit 0bb71d1. * Try not caching store in validate jobs to avoid double package bugs * Revert "Try not caching store in validate jobs to avoid double package bugs" This reverts commit b3f3782. * Try not to cache store on Windows in validate jobs to avoid double directory package bugs. * Revert "Revert "Try to fix ghcup cache in CI via sudo chmod"" This reverts commit b3a843a. * Try sudo only on (new) Linux, where it should be available * Also change the user * Document the particular hack snippets in validate.yml * Add an extra diagnostic ls for ghcup dirs * Also hack the other affected CI scripts * Also print the version of ghcup used for debugging (cherry picked from commit 22dcb3c)
mergify bot
added a commit
that referenced
this pull request
Feb 13, 2023
Hack around CI problems by sudo chown and disabling cache for Windows validate (backport #8739)
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
ulysses4ever
added a commit
that referenced
this pull request
Mar 23, 2023
because of #8739 on all platforms!
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.
The chown problem is this one: actions/runner-images#7061
The Windows validate problems are the standard kind
see #8356. They resurfaced again now that github is updating images and the store/ caches are being somehow mangled/reverted to old versions/merged/AI-trained/whatever. Note, however, that previous tests show that invalidating caches does not fix (at least some of) these errors, which is why such a desperate step. We should recover the caching once someone implements #8742.