Skip to content

Adapt to GraalVM v22 #38

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

Merged
merged 1 commit into from
Jun 26, 2024
Merged

Adapt to GraalVM v22 #38

merged 1 commit into from
Jun 26, 2024

Conversation

lread
Copy link
Member

@lread lread commented Jun 26, 2024

ci: test against current GraalVM latest only, currently v22.0.1

test:

  • drop single segment namespace testing from native-image testing, it will fail under GraalVM v22 due to strict image heap being enabled by default.
  • introduce single-segment-test project to validate that our warning is still emitted by our native-image feature (we don't compile this project with native-image)
  • factor out some test project build support to build-helper project to reduce the amount of copy/paste code.

doc: mention GraalVM v22 and single segment namespaces

Closes #35

ci: test against current GraalVM latest only, currently v22.0.1

test:
- drop single segment namespace testing from native-image testing,
it will fail under GraalVM v22 due to strict image heap being enabled
by default.
- introduce single-segment-test project to validate that our warning is
still emitted by our native-image feature (we don't compile this project
with `native-image`)
- factor out some test project build support to build-helper project
to reduce the amount of copy/paste code.

doc: mention GraalVM v22 and single segment namespaces

Closes #35
@lread lread merged commit ba4e59e into main Jun 26, 2024
12 checks passed
@lread lread deleted the lread-graalvm-v22 branch July 17, 2024 18:09
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.

Adapt to --strict-image-heap being enabled by default
1 participant