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-48942] Cleanups for running C extensions natively #3338

Merged
merged 13 commits into from
Nov 29, 2023

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 28, 2023
@graalvmbot graalvmbot force-pushed the bd/native-cexts-cleanups branch from f7e70f0 to 8f812e8 Compare November 29, 2023 15:09
* Upstream fix: ruby/openssl@6fb3499a7b
* On gcc only:
compiling ossl_pkey_ec.c
ossl_pkey_ec.c: In function ‘ossl_ec_key_check_key’:
ossl_pkey_ec.c:24:11: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]
   24 |     (key) = EVP_PKEY_get0_EC_KEY(_pkey); \
      |           ^
ossl_pkey_ec.c:489:5: note: in expansion of macro ‘GetEC’
  489 |     GetEC(self, ec);
      |     ^~~~~
* rbsprintf() no longer uses printf extensions.
* It's only relevant when using the LLVM toolchain.
@graalvmbot graalvmbot force-pushed the bd/native-cexts-cleanups branch from 8f812e8 to cf53b1f Compare November 29, 2023 15:17
@graalvmbot graalvmbot merged commit 55f4a97 into master Nov 29, 2023
13 of 14 checks passed
@graalvmbot graalvmbot deleted the bd/native-cexts-cleanups branch November 29, 2023 21:17
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