Skip to content

Commit

Permalink
ORC-432. Work around openjdk8 bug that causes failures in surefire pl…
Browse files Browse the repository at this point in the history
…ugin.

Fixes #335

Signed-off-by: Owen O'Malley <omalley@apache.org>
  • Loading branch information
omalley committed Nov 2, 2018
1 parent a7a499f commit ad1f5db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions docker/run-all.sh
Expand Up @@ -39,10 +39,6 @@ for os in `cat os-list.txt`; do
centos7|debian8|ubuntu14)
OPTS="-DSNAPPY_HOME=/usr/local"
;;
debian9)
# there is a bug in debian 9 that causes surefire to fail
OPTS="-DBUILD_JAVA=OFF"
;;
*)
OPTS=""
;;
Expand Down
1 change: 1 addition & 0 deletions java/pom.xml
Expand Up @@ -156,6 +156,7 @@
<TZ>US/Pacific</TZ>
<LANG>en_US.UTF-8</LANG>
</environmentVariables>
<useSystemClassLoader>false</useSystemClassLoader>
<failIfNoTests>false</failIfNoTests>
<systemPropertyVariables>
<test.tmp.dir>${test.tmp.dir}</test.tmp.dir>
Expand Down

0 comments on commit ad1f5db

Please sign in to comment.