-
Couldn't load subscription status.
- Fork 1.1k
nix: don't build gpgme with --enable-fixed-path
#8708
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
nix: don't build gpgme with --enable-fixed-path
#8708
Conversation
a2aa157 to
0357cad
Compare
--enable-fixed-path
|
/approve |
Don't use the fixed path to allow searching in system local paths. Signed-off-by: Sascha Grunert <[email protected]>
0357cad to
a2e62f2
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8708 +/- ##
=======================================
Coverage 46.45% 46.45%
=======================================
Files 151 151
Lines 21978 21978
=======================================
+ Hits 10209 10210 +1
+ Misses 10703 10702 -1
Partials 1066 1066 |
|
/unhold per #8666 (comment) |
|
/unhold |
|
/retest |
|
/cherry-pick release-1.31 |
|
@saschagrunert: new pull request created: #8745 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Allow to search local paths for gpgme by disabling the
--enable-fixed-pathconfigure flag.Which issue(s) this PR fixes:
Fixes #8666
Special notes for your reviewer:
/hold for verification
Does this PR introduce a user-facing change?