Skip to content
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

Fix: patch libruby.x.y.z.dylib from travis to remove unwanted LOAD_PATH #6

Open
TomFreudenberg opened this issue Sep 20, 2018 · 1 comment
Assignees

Comments

@TomFreudenberg
Copy link
Member

When using binaries from rubis.travis-ci.org there will be a fix LOAD_PATH linking /Users/travis/.rvm/...

To prevent that from being used, the strings should be emptied by filling / patching with ZEROS

Test with perl regex 's#/Users/travis/.rvm/ruby-#\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0#g' was successfull.

@TomFreudenberg
Copy link
Member Author

The only caveeat ... perl must be available for that.

Looking for some other tool to replace binary data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant