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

Clean up Release CI #3787

Merged
merged 3 commits into from
Sep 4, 2023
Merged

Clean up Release CI #3787

merged 3 commits into from
Sep 4, 2023

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Sep 3, 2023

Drops GHC 8.10.7 from the release CI.

Unifies the download directory for release binaries and the upload directory for uploading the binaries to downloads.haskell.org.

@@ -46,7 +43,6 @@ build_task:
bindist_task:
name: bindist
depends_on:
- build-ghc-8.10.7
- build-ghc-9.0.2
- build-ghc-9.2.5
- build-ghc-9.2.7
Copy link
Collaborator

Choose a reason for hiding this comment

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

suspicious? should just be 9.2.8?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In theory, yes, but since we don't have any experience with freebsd, I, personally, don't know which ghc versions have a custom build available.

Additionally, Cirrus CI seems to discontinue their free freebsd CI, which will likely cause us to drop it in the next release. https://cirrus-ci.org/blog/2023/07/17/limiting-free-usage-of-cirrus-ci/

@fendor fendor added the merge me Label to trigger pull request merge label Sep 4, 2023
@fendor fendor enabled auto-merge (rebase) September 4, 2023 07:48
@fendor fendor merged commit 956f9b7 into haskell:master Sep 4, 2023
33 of 35 checks passed
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.

None yet

2 participants