Skip to content

Commit e11a0ef

Browse files
authored
Merge pull request #2595 from yahonda/ci-jruby-opts-dev-retry
Set JRUBY_OPTS=--dev for JRuby CI jobs
2 parents 93b73ca + e8b1fb8 commit e11a0ef

4 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/jruby_head.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
DATABASE_SYS_PASSWORD: Oracle18
2020
DATABASE_HOST: localhost
2121
DATABASE_PORT: 1521
22+
JRUBY_OPTS: "--dev"
2223

2324
services:
2425
oracle:

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ jobs:
1919
'3.3',
2020
'jruby-10.1.0.0',
2121
]
22+
include:
23+
- ruby: 'jruby-10.1.0.0'
24+
jruby_opts: '--dev'
2225
env:
26+
JRUBY_OPTS: ${{ matrix.jruby_opts }}
2327
ORACLE_HOME: /opt/oracle/instantclient_23_26
2428
LD_LIBRARY_PATH: /opt/oracle/instantclient_23_26
2529
NLS_LANG: AMERICAN_AMERICA.AL32UTF8

.github/workflows/test_11g.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ jobs:
2323
'3.3',
2424
'jruby-10.1.0.0',
2525
]
26+
include:
27+
- ruby: 'jruby-10.1.0.0'
28+
jruby_opts: '--dev'
2629
env:
30+
JRUBY_OPTS: ${{ matrix.jruby_opts }}
2731
ORACLE_HOME: /opt/oracle/instantclient_21_15
2832
LD_LIBRARY_PATH: /opt/oracle/instantclient_21_15
2933
NLS_LANG: AMERICAN_AMERICA.AL32UTF8

.github/workflows/test_11g_ojdbc11.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
DATABASE_HOST: localhost
2626
DATABASE_PORT: 1521
2727
DATABASE_VERSION: 11.2.0.2
28+
JRUBY_OPTS: "--dev"
2829

2930
services:
3031
oracle:

0 commit comments

Comments
 (0)