extra/java11-openjdk: fix

This commit is contained in:
Kevin Mihelich 2023-01-19 00:56:01 +00:00
parent 72d28e7f37
commit ed208897b5

View file

@ -8,6 +8,7 @@
# - use zero on ARMv5, adjusted _imgdir
# - don't build docs, removed docs package; takes a day to build
# - replace --with-num-cores with --with-jobs
# - remove --with-native-debug-symbols=internal, OOM
# TODO add test, see about packaging jtreg and using it here
# TODO see about building with OpenJDK10
@ -120,7 +121,6 @@ build() {
--with-zlib=system \
--with-harfbuzz=system \
--with-jvm-features=zgc,shenandoahgc \
--with-native-debug-symbols=internal \
--enable-unlimited-crypto \
--disable-warnings-as-errors \
--with-jvm-variants=$_variants \