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

Move GraalVM job to JDK 11. #6369

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Move GraalVM job to JDK 11. #6369

merged 1 commit into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. Move GraalVM job to JDK 11 (GraalVM 22.3.1).

    Why not latest JDK 11 compatible release? Not all releases ship with all
    language components, tests need js, ruby, java, R and python
    at the same time, 22.3.1 provides this.
    
     - python launcher name change
     - assert that the launchers exist
     - assert current thread not null
     - add js component to graal setup
     - truffle API changes in unused code
    
    Explode DebugAllBaseTest into smaller units
    
     - simplifies debugging and CI log inspection
     - excludes side effects
     - more predictable timeouts, tests can now run without retry
       wrapper
    
    Disable PolyglotTest
    
     - test locks up once ruby is loaded, see comment
    
    Cleanup
    
     - cleanup after aa1f69f which removed the SL tests
       but kept some dependencies
     - make FeedbackSurvey less noisy on GraalVM
    mbien committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0cea1f9 View commit details
    Browse the repository at this point in the history