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

Add a note that NOKOGIRI_USE_SYSTEM_LIBRARIES is used by TruffleRuby #2085

Merged
merged 1 commit into from Sep 25, 2020

Conversation

eregon
Copy link
Contributor

@eregon eregon commented Sep 25, 2020

See https://github.com/oracle/truffleruby/blob/d0c380361d65fd9cc89f98efdf7c7f956f073720/lib/mri/mkmf.rb#L52-L54

I'll add a note in the TruffleRuby code that once we solve this we can remove the comment here too.

It's not so trivial to solve, so I think it's worthwhile adding a comment here.

Potentially compiling libxml2 with the GraalVM LLVM toolchain might allow using static libraries, but that would then mean running all of libxml2 in Sulong (instead of precompiled native code) which needs to be evaluated if it works and if it's fast.

@codeclimate
Copy link

codeclimate bot commented Sep 25, 2020

Code Climate has analyzed commit ceda534 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (80% is the threshold).

This pull request will bring the total coverage in the repository to 94.3%.

View more on Code Climate.

@AppVeyorBot
Copy link

Build nokogiri 1.0.682 completed (commit 46b4726493 by @eregon)

@flavorjones
Copy link
Member

👍 Thanks for the attention. I chatted with @chrisseaton a week or two ago about getting a TR build in Nokogiri's CI pipelines (https://ci.nokogiri.org/teams/nokogiri-core/pipelines/nokogiri), which will help ensure we don't break anything.

@flavorjones flavorjones merged commit 793baae into sparklemotion:master Sep 25, 2020
@eregon eregon deleted the patch-1 branch September 26, 2020 10:02
@tomstuart
Copy link

If you’ve come here from the TruffleRuby source, please see #2191.

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

Successfully merging this pull request may close these issues.

None yet

4 participants