-
Notifications
You must be signed in to change notification settings - Fork 122
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
Always raises exception if using executable built with ruby-packer #429
Comments
@yugoPanorama it looks like you want to use licensed with a local ruby installation - is there any reason you're not using the ruby gem distribution of licensed and installing with bundler or I'm sorry that the documentation is unclear 🙏 . If you want to submit a PR to update the documentation I'd be happy to review it, or if you can point me at the content that made you think you needed to use the executable I'll update it when I get a chance! |
Thanks, @jonabc! We can successfully install and run licensed on our (macOS) dev laptops, but trying to get it to run in a (linux) Dockerized CI environment has been unsuccessful so far:
I'd be happy to submit a PR with clarified documentation, but to be honest, I don't understand enough yet about the interactions between Thanks for taking a look at this! |
what errors are you seeing from |
@yugoPanorama 👋 is there anything else I can help with here? Have you been able to get past the underlying issue of getting ruby installed in the CI environment? |
Thank you so much, @jonabc ! I haven't had a chance to get back to this as more urgent work has taken me away from this side project, but I'll try to answer your questions next week! |
I keep running into this exception any time I try to use the executable as suggested in the documentation.
The source of the error appears to be here:
licensed/lib/licensed/sources/bundler.rb
Line 58 in d84a41c
And since the executables are always built with ruby-packer, this error will always occur?
Context:
We tried adding the following code to our Buildkite (CI)'s
pipeline.yml
file:The text was updated successfully, but these errors were encountered: