We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96b568 commit e4d8deeCopy full SHA for e4d8dee
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ concurrency:
7
group: ${{ github.ref }}
8
cancel-in-progress: true
9
10
+env:
11
+ JAVA_OPTS: -Djdk.io.File.enableADS=true
12
+
13
jobs:
14
examples-gem:
15
name: Examples / Gem
examples/gem/.bazelrc
@@ -10,6 +10,7 @@ test --test_env=HOME
# JRuby 9.3 fails with "Errno::EACCES: Permission denied - NUL" on Windows:
# https://github.com/jruby/jruby/issues/7182#issuecomment-1112953015.
+build --action_env=JAVA_OPTS="-Djdk.io.File.enableADS=true"
test --test_env=JAVA_OPTS="-Djdk.io.File.enableADS=true"
16
# Allows to run tests with rdbg:
0 commit comments