java8-openjdk ver. bump

This commit is contained in:
Rmys
2023-11-01 00:30:11 +03:00
committed by GitHub
parent 5030ff1030
commit 201910831c
2 changed files with 8 additions and 5 deletions
@@ -11,7 +11,9 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
# jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
jobs = subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
shelltools.export("ALT_PARALLEL_COMPILE_JOBS", jobs)
shelltools.export("HOTSPOT_BUILD_JOBS", jobs)
@@ -37,12 +39,13 @@ def setup():
--enable-bootstrap \
--with-jdk-home=/usr/lib/jvm/java-8-openjdk \
--with-ecj-jar=/usr/share/java/ecj.jar \
--with-pkgversion='PisiLinux build 8.u352_3.25.0' \
--with-pkgversion='PisiLinux build 8.u382_3.28.0' \
" % jobs.replace("-j", ""))
def build():
autotools.make()
shelltools.system("make JOBS=%s" % jobs)
# autotools.make()
def check():
autotools.make("check -k")
@@ -13,7 +13,7 @@
<Icon>java8</Icon>
<Summary>Open Java Development Kit</Summary>
<Description>OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE).</Description>
<Archive type="tarxz" sha1sum="6d872cc5c459075ebe20f62212692093ac09361d">https://icedtea.classpath.org/download/source/icedtea-3.25.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="9fba194b47d22e5ed74f4aaceb4dc69690700176">https://icedtea.classpath.org/download/source/icedtea-3.28.0.tar.xz</Archive>
<!--Archive type="tarxz" sha1sum="70298576084208409dad6189d9ef5d0c2c7e8e09">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/corba.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a4c8ae2a0d30b4349918b2525c7c74fdaee5c3ac">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/hotspot.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6fb46ee58d5d121fdbb7eccc68988255f37926ae">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxp.tar.xz</Archive>
@@ -330,7 +330,7 @@
<History>
<Update release="10">
<Date>2023-10-17</Date>
<Version>8u_352.3.25.0</Version>
<Version>8u_382.3.28.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>