-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade dependencies + Native gems: sqlite3-ruby, nokogiri, jaro_winkler #20
Conversation
…tension at Bump_deps branch
at 0b019ba, linux doesn't have sqlite3-dev installed, mac reports this:
replaying all three with cbci_jenkins@openstudio_gems_conan |
I see the same error on windows regarding The 'dest_path' var is set in lib/rubygems_plugin.rb which is what creates the statically compiled ruby gems during the |
Looks like a simple fix. Just need to change this to |
Okay, added that fix in for dest_path var and also added in nokogiri to this branch, This should now have #18 + sparklemotion/sqlite3-ruby#285 + #19 with updated Jenkins file to run conan related deps during install. |
For Nokogiri, ref: |
This reverts commit 125bb61.
…cription cd ~/.conan/data/libxslt/1.1.33/bincrafters/stable/package/9296f4d14bac4f97f90bc8dd0e7a31945380f014/libcp libxslt_a.lib libxslt.lib cp libexslt_a.lib libexslt.lib
#18 + sparklemotion/sqlite3-ruby#285
https://github.com/sparklemotion/sqlite3-ruby#label-Compilation+and+Installation
conan sqlite3 already has that enabled by default:
https://github.com/conan-io/conan-center-index/blob/f06abbdccdc839f473fc8c3c59ad76d1c9f0d282/recipes/sqlite3/all/conanfile.py#L33
So good to go