-
Notifications
You must be signed in to change notification settings - Fork 446
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
meta: omit LD_LIBRARY_PATH and PATH in classic confinement #4216
Conversation
Signed-off-by: Callahan Kovacs <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #4216 +/- ##
==========================================
- Coverage 93.90% 93.88% -0.02%
==========================================
Files 569 569
Lines 43746 43763 +17
==========================================
+ Hits 41078 41089 +11
- Misses 2668 2674 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Otherwise the environment is b0rked: canonical/snapcraft#4216
Otherwise the environment is b0rked: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
I realise this has merged, but this seems the best place to call out problems. Many of the classic snaps I maintain rely on having executables on I doubt that I'm the only one using the existing behaviour of adding these to |
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
Need to use snapcraft/edge for now: canonical/snapcraft#4216
make lint
?pytest tests/unit
?When confinement is classic, do not use the default values for
LD_LIBRARY_PATH
andPATH
.Includes an optimization/refactor suggestion from my original implementation: #3758 (comment)
Resolves #4187
(CRAFT-1774)