haskellPackages: update list of broken packages#185409
Merged
sternenseemann merged 9 commits intomasterfrom Aug 6, 2022
Merged
haskellPackages: update list of broken packages#185409sternenseemann merged 9 commits intomasterfrom
sternenseemann merged 9 commits intomasterfrom
Conversation
Empty list of broken and transitive broken packages to make Hydra build all of them. After Hydra is finished, we'll be able to repopulate these lists with mark-broken.sh and reveal some stale broken flags in the process, hopefully.
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
Previously we used unsupported-platforms which is less correct, as the criterium is support for SSE2.
The combination of the following dependencies… * geomancy (only x86 due to intrinsics) * vulkan (i686 and darwin don't work apparently) …leaves us with effectively a single platform that works and we can test in practice, x86_64-linux.
|
Is there any chance to backport this to 22.05? This seems to affect it too: |
Member
|
@mlen we generally can't backport all of the changes in these What change exactly did you want to backport? |
|
Whoops, I accidentally commented on the incorrect PR, sorry. I meant to ask to backport |
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.
Turns out we can shrink the list of broken packages quite a bit as upstream projects adapt to GHC 9.0, aeson 2.0 etc.
Follow-up to #184194.