Skip to content

Commit 71f4911

Browse files
author
Jacek Gębal
committed
Fixing 19c build issues.
1 parent 6adb429 commit 71f4911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
CONNECTION_STR: ${{ format( '127.0.0.1:1521/{0}', matrix.oracle-sid ) }}
2424
ORACLE_PASSWORD: oracle
2525
DOCKER_VOLUME: ${{matrix.docker-volume}}
26+
JAVA_TOOL_OPTIONS: '-Doracle:net:disableOob=true' # needed as a workaround for 19c docker connectivity issues. See: https://github.com/gvenzl/oci-oracle-xe/issues/43
2627
strategy:
2728
fail-fast: false
2829
matrix:

0 commit comments

Comments
 (0)