forked from jruby/jruby
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Java 8 indy spec:ji and force compilation
This moves the indy-enabled Java 8 spec:ji run to the "latest LTS" group (currently 21-ea) and adds additional flags there to force compilation. The latter change is needed in order for some types of tests to fully compile (like rspec specs, which usually have only blocks down to the root of the script). Both flags are required to force compilation of whole files (e.g. specs) or individual methods and blocks (if whole file fails or new methods are evaluated at runtime). This should help catch more indy issues.
- Loading branch information
Showing
1 changed file
with
3 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters