Revision 2a33da7cbbfa25242a9705ab8218ed88ea5b69df authored by Ryan Ernst on 23 September 2020, 23:55:47 UTC, committed by Ryan Ernst on 24 September 2020, 22:45:09 UTC
We use the bundled jdk for unit, integ and packaging tests. Since
upgrading to jdk 15, centos-6 and oracle enterprise linux 6 have failed
due to versions of glibc no longer supported by the jdk. This commit
adds detection of the old glibc versions to gradle, and utilizes that
when deciding which jdk to use for tests.

relates #62709
closes #62635
1 parent 57c8a2f
History
File Mode Size
.ci
.github
.idea
benchmarks
buildSrc
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.dir-locals.el -rw-r--r-- 3.3 KB
.editorconfig -rw-r--r-- 375 bytes
.gitattributes -rw-r--r-- 32 bytes
.gitignore -rw-r--r-- 959 bytes
CONTRIBUTING.md -rw-r--r-- 25.8 KB
LICENSE.txt -rw-r--r-- 645 bytes
NOTICE.txt -rw-r--r-- 228 bytes
README.asciidoc -rw-r--r-- 6.8 KB
TESTING.asciidoc -rw-r--r-- 29.0 KB
Vagrantfile -rw-r--r-- 17.0 KB
build.gradle -rw-r--r-- 18.8 KB
gradle.properties -rw-r--r-- 496 bytes
gradlew -rwxr-xr-x 5.6 KB
gradlew.bat -rw-r--r-- 3.0 KB
settings.gradle -rw-r--r-- 4.7 KB

README.asciidoc

back to top