-
Notifications
You must be signed in to change notification settings - Fork 697
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
test on Tier 2 platforms and make a prerelease for them #10372
Conversation
About the only way this can be tested is to commit it, since it has to be on |
f3699dd
to
85170b5
Compare
What about the main validate workflow: should it avoid testing these now? |
The whole point of this PR is that when #10363 (which is marked above as a |
Good! |
There's a significant question here: how much of the |
bfc3778
to
17072be
Compare
For posterity, it'd be good to comment why this wasn't merged |
No, actually, I don't think so. |
Reflavoring in terms of tier 2 platforms, several of which are built as part of a release but never validated. The hard part here will be fitting FreeBSD into it, since the release build is done on CircleCI instead of GitLab. I will probably take that from #9437, along with the target platform list (I expect, for example, at least one i386 build). |
17072be
to
e01582e
Compare
Some additional notes:
|
This runs overnight, so it doesn't bog down PRs. I'm not sure the prerelease part will work; we'll just have to see.
e01582e
to
5ec4df8
Compare
Superseded by #10503. |
This runs overnight, so it doesn't bog down PRs.
I'm not sure the prerelease part will work; we'll just have to see.
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR:
[ ] Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).scheduled workflows only run onmaster
Depends-on: #10363