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
Hack around CI problems by sudo chown and disabling cache for Windows 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)
0 commit comments