Skip to content

Commit 4a8836c

Browse files
committed
Workaround JRuby failure on CI
1 parent 2b396f4 commit 4a8836c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ jobs:
3838
python-version: ${{ matrix.python }}
3939
- name: Run Tests
4040
run: bundle exec rake test
41+
env:
42+
# Workaround JVM bug that causes JRuby to fail: https://bugs.openjdk.org/browse/JDK-8285445
43+
# See https://github.com/ruby/setup-ruby/issues/339
44+
# See https://github.com/jruby/jruby/issues/7182#issuecomment-1111610677
45+
JAVA_OPTS: -Djdk.io.File.enableADS=true

0 commit comments

Comments
 (0)