forked from haskell/cabal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build pkgconfig db individually when bulk fails (haskell#8496)
* build pkgconfig db individually when bulk fails * fix typo * changelog, comments * address comments * revert unnecessary extra failure check * fix changelog Co-authored-by: Gershom Bazerman <gershom@arista.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
synopsis: build pkgconfig db individually when bulk fails | ||
packages: cabal-install cabal-install-solver | ||
prs: #8496 | ||
issues: #8494 | ||
|
||
description: { | ||
|
||
- When pkg-config fails to get versions for all packages in bulk, falls back to querying one-by-one. | ||
|
||
} |