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

[HACK] Pruned pkgcheck action #2

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

hololeap
Copy link
Owner

@hololeap hololeap commented Sep 15, 2023

This PR is a hack to identify packages that need their dependencies bumped.


Normally, the pkgcheck action silently ignores dependencies that are unsatisfied in ::haskell but happened to exist in ::gentoo. This modified pkgcheck-action prunes the ::gentoo tree of any packages that exist in ::haskell to avoid these false negatives.

@hololeap hololeap force-pushed the master branch 2 times, most recently from fdf00d9 to fd27c9d Compare October 12, 2023 02:25
@hololeap hololeap force-pushed the master branch 4 times, most recently from a8ef7f5 to c372a84 Compare October 15, 2023 16:20
@hololeap hololeap force-pushed the ci-prune-gentoo-hack branch 4 times, most recently from b2674dc to c4d695e Compare November 11, 2023 15:56
@hololeap hololeap force-pushed the master branch 3 times, most recently from 2f52488 to 811d871 Compare January 22, 2024 01:13
@hololeap hololeap force-pushed the master branch 3 times, most recently from 177feb7 to d9dd9c8 Compare February 6, 2024 02:32
@hololeap hololeap force-pushed the master branch 7 times, most recently from 3ba2c7c to 7e21d9d Compare March 10, 2024 20:42
@hololeap hololeap force-pushed the master branch 4 times, most recently from 862160d to 5327368 Compare March 19, 2024 23:56
hololeap and others added 2 commits September 1, 2024 12:20
Normally, the pkgcheck action silently ignores dependencies that are
unsatisfied in ::haskell but happened to exist in ::gentoo. This
modified pkgcheck-action prunes the ::gentoo tree of any packages that
exist in ::haskell to avoid these false negatives.

A side-effect of this is that it reveals very little coverage of
~arm64, ~ppc64, etc, though those architectures are keyworded on some
key packages.

Signed-off-by: hololeap <[email protected]>
@hololeap hololeap force-pushed the ci-prune-gentoo-hack branch 2 times, most recently from a91f02d to 7613c43 Compare September 1, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant