File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,10 +45,11 @@ lmdbjava for jdk21 and up needs `zig`.
4545
4646# On top of that:
4747## el9 and up
48- Excluded wildfly8-openssl
48+ * Excluded wildfly8-openssl
4949
5050## el7
51- Excluded jnr-posix SpawnTest.inputFile
51+ * Excluded jnr-posix SpawnTest.inputFile
52+ * Excluded wildfly-openssl and lmdbjava
5253
5354## ppc64le
5455Excluded jnr-posix LinuxPOSIXTest.testMessageHdrMultipleControl
Original file line number Diff line number Diff line change 11set -exo pipefail
2+
3+ if [ " x$OS_NAME " == " xrhel" -a " 0$OS_VERSION_MAJOR " -le " 7" ]; then
4+ echo " !skipped! rhel7 and older are to old "
5+ exit
6+ fi
7+
28MVOPTS=" --batch-mode"
39if [ " x$EX_MVN " == " x" ] ; then
410 EX_MVN=mvn
511fi
612
713rm -rf lmdbjava
814
9- if [ " x$OTOOL_OS_NAME " = " xel" -a " x$OTOOL_OS_VERSION " = " x7" ] ; then
10- MVN=" scl enable rh-maven36 -- mvn $MVOPTS "
11- else
12- MVN=" $EX_MVN $MVOPTS "
13- fi
15+ MVN=" $EX_MVN $MVOPTS "
1416
1517setZig () {
1618 local larch=` uname -m`
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ if [ "0$JDK_MAJOR" -eq 8 ]; then
55 echo " !skipped! older wildfly needed for jdk8"
66 exit
77fi
8+ if [ " x$OS_NAME " == " xrhel" -a " 0$OS_VERSION_MAJOR " -le " 7" ]; then
9+ echo " !skipped! rhel7 and older are to old "
10+ exit
11+ fi
812
913MVOPTS=" --batch-mode"
1014if [ " x$EX_MVN " == " x" ] ; then
You can’t perform that action at this time.
0 commit comments