forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
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
hololeap
wants to merge
7
commits into
master
Choose a base branch
from
ci-prune-gentoo-hack
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
hololeap
force-pushed
the
master
branch
2 times, most recently
from
October 12, 2023 02:25
fdf00d9
to
fd27c9d
Compare
hololeap
force-pushed
the
master
branch
4 times, most recently
from
October 15, 2023 16:20
a8ef7f5
to
c372a84
Compare
hololeap
force-pushed
the
ci-prune-gentoo-hack
branch
4 times, most recently
from
November 11, 2023 15:56
b2674dc
to
c4d695e
Compare
hololeap
force-pushed
the
master
branch
3 times, most recently
from
January 22, 2024 01:13
2f52488
to
811d871
Compare
hololeap
force-pushed
the
master
branch
3 times, most recently
from
February 6, 2024 02:32
177feb7
to
d9dd9c8
Compare
hololeap
force-pushed
the
master
branch
7 times, most recently
from
March 10, 2024 20:42
3ba2c7c
to
7e21d9d
Compare
hololeap
force-pushed
the
master
branch
4 times, most recently
from
March 19, 2024 23:56
862160d
to
5327368
Compare
hololeap
force-pushed
the
master
branch
2 times, most recently
from
March 29, 2024 20:28
06e94c8
to
8823ea1
Compare
hololeap
force-pushed
the
master
branch
3 times, most recently
from
June 9, 2024 22:33
8121584
to
117c9bf
Compare
hololeap
force-pushed
the
master
branch
5 times, most recently
from
June 28, 2024 18:21
40f0ece
to
8a015f8
Compare
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
force-pushed
the
ci-prune-gentoo-hack
branch
2 times, most recently
from
September 1, 2024 18:24
a91f02d
to
7613c43
Compare
Signed-off-by: hololeap <[email protected]>
This reverts commit 40d6e88.
This reverts commit 7613c43.
This reverts commit 9b0c0b1.
Signed-off-by: hololeap <[email protected]>
hololeap
force-pushed
the
ci-prune-gentoo-hack
branch
from
September 1, 2024 19:28
d59a991
to
4209064
Compare
hololeap
force-pushed
the
master
branch
3 times, most recently
from
December 29, 2024 23:05
a0c63bb
to
63fffc8
Compare
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.
This PR is a hack to identify packages that need their dependencies bumped.