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

Bump gha versions in setup-build/action.yml #3366

Merged
merged 5 commits into from
Dec 1, 2022

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Nov 26, 2022

CI is insanely slow. Only some caching of build dependencies.
Caching should take care of it, why are the caches not hit in some cases?

This PR is meant to investigate #3318

Moreover, dependabot seems not to work for our custom defined github action?

@fendor
Copy link
Collaborator Author

fendor commented Nov 26, 2022

Afaict, this should speed up the CI for GHC 9.4 by caching

Comment on lines +29 to +30
# select a stable GHC version
ghc: 9.2.5
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me mad, this should be an error, since it is a required input. But apparently, validation only happens for externally defined actions? I dunno.

@fendor fendor enabled auto-merge (squash) November 28, 2022 16:27
@fendor fendor added the merge me Label to trigger pull request merge label Nov 29, 2022
@fendor fendor merged commit 3893154 into haskell:master Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants