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

[GR-18163] Fix some issues to support rb_sys gem #3671

Closed
wants to merge 2 commits into from

Conversation

graalvmbot
Copy link
Collaborator

Fix same issues in building commonmarker's native extension (written in Rust)

Changes:

  • Add RbConfig key archincludedir
  • Remove static qualifier for rb_gc_adjust_memory_usage function

Related GitHub issue - #3396

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 18, 2024
Static functions don't end up as a symbol in the library so they are not visible in native extensions in Rust
@graalvmbot graalvmbot force-pushed the ak/fix-some-issues-to-support-rb-sys-gem branch from 33923a1 to 2535fe8 Compare September 18, 2024 12:39
@graalvmbot graalvmbot closed this Sep 18, 2024
@graalvmbot graalvmbot deleted the ak/fix-some-issues-to-support-rb-sys-gem branch September 18, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants