Skip to content

Commit

Permalink
Remove handles from testing for now
Browse files Browse the repository at this point in the history
There's more work here to do than I want to attack right now, and
we may revisit this again with keyword arguments, so there's not a
lot of value in fixing current issues.
  • Loading branch information
headius committed Mar 23, 2023
1 parent 0106ccf commit d695127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
name: rake ${{ matrix.target }} (Java ${{ matrix.java-version }} +indy)

env:
JRUBY_OPTS: '-Xinvokedynamic.handles -Xcompile.invokedynamic'
JRUBY_OPTS: '-Xcompile.invokedynamic'

steps:
- name: checkout
Expand Down

0 comments on commit d695127

Please sign in to comment.