-
Notifications
You must be signed in to change notification settings - Fork 145
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
(PA-4787) Warnings when running embedded ruby #2268
base: main
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
I cannot make a Jira ticket as Jira is not letting me make an account (it says my email is already in use), and if I request username recovery, I don't get any email. So I'm a bit stuck on how to report this issue. |
Thanks for submitting this PR @chutzimir. Let me check with some folks to see about the JIRA issue. |
To clarify how to reproduce the issue, I have a ruby script that does some jobs. I run that script using |
Getting warnings when running the wrapped binaries when bundler has exported some environment variables. The fix is to clean out the environment before running the ruby process which strips the `LD_LIBRARY_PATH`.
I was able to get in Jira and made a ticket. Also updated the commit to have the ticket number and rebased the branch on the latest main. |
What is the |
The full details are in https://puppet.atlassian.net/browse/PA-4787 The |
Getting warnings when running the wrapped binaries when bundler has
exported some environment variables. The fix is to clean out the
environment before running the ruby process which strips the
LD_LIBRARY_PATH
.