Skip to content

Commit

Permalink
JRUBY and JAVA opts
Browse files Browse the repository at this point in the history
tweak GHA env vars
  • Loading branch information
fallwith committed Nov 22, 2023
1 parent 3aff9f6 commit 9d2c735
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci_jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
VERBOSE_TEST_OUTPUT: true
DB_PORT: ${{ job.services.mysql.ports[3306] }}
JAVA_OPTS: --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist
JRUBY_OPTS: --dev --debug

# JRUBY_OPTS: --dev --debug


jruby_multiverse:
Expand Down Expand Up @@ -142,8 +143,10 @@ jobs:
VERBOSE_TEST_OUTPUT: true
SERIALIZE: 1
DB_PORT: ${{ job.services.mysql.ports[3306] }}
JAVA_OPTS: --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist
JRUBY_OPTS: --dev --debug
JAVA_OPTS: --add-opens java.base/sun.nio.ch=org.jruby.dist --add-opens java.base/java.io=org.jruby.dist -Xmx2g -Xms512m


# JRUBY_OPTS: --dev --debug

- name: Annotate errors
if: ${{ failure() }}
Expand Down

0 comments on commit 9d2c735

Please sign in to comment.