java/openjdk17: fix parallel build on 14.3
Got a report that build is also flapping on 14.3, so extent the range of OSVERSIONs. Allow parallel jobs, but limited to the number of jobs that is currently used (and works) on the official FreeBSD pkg build cluster. PR: 290148
This commit is contained in:
@@ -118,8 +118,8 @@ JDK_BUILD_TYPE= release
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# portsfallout.com shows flapping builds on 13.5 and 14.2
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1403000
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1500000
|
||||
MAKE_JOBS_NUMBER_LIMIT= 3
|
||||
.endif
|
||||
|
||||
BOOTSTRAP_JDKS= ${LOCALBASE}/openjdk17 ${LOCALBASE}/bootstrap-openjdk17
|
||||
|
||||
Reference in New Issue
Block a user