From b5bcdb8939e954e072f9a7d0eceb8758d9879368 Mon Sep 17 00:00:00 2001 From: noah Date: Thu, 8 Jul 2021 11:46:40 +0800 Subject: [PATCH] I3AGTV: delete debug log and bootstrap_build to reduce build time --- openjdk-11.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/openjdk-11.spec b/openjdk-11.spec index d08d690..d69020e 100644 --- a/openjdk-11.spec +++ b/openjdk-11.spec @@ -74,7 +74,7 @@ # is expected in one single case at the end of the build %global rev_build_loop %{build_loop2} %{build_loop1} -%global bootstrap_build 1 +%global bootstrap_build 0 %if %{bootstrap_build} %global release_targets bootcycle-images docs-zip @@ -740,7 +740,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release} Name: java-%{javaver}-%{origin} Version: %{newjavaver}.%{buildver} -Release: 6 +Release: 7 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # and this change was brought into RHEL-4. java-1.5.0-ibm packages # also included the epoch in their virtual provides. This created a @@ -1257,7 +1257,6 @@ fi make \ JAVAC_FLAGS=-g \ - LOG=trace \ WARNINGS_ARE_ERRORS="-Wno-error" \ CFLAGS_WARNINGS_ARE_ERRORS="-Wno-error" \ $maketargets || ( pwd; find $top_dir_abs_path -name "hs_err_pid*.log" | xargs cat && false ) @@ -1638,6 +1637,9 @@ require "copy_jdk_configs.lua" %changelog +* Thu Jul 8 2021 noah - 1:11.0.11.9-7 +- delete debug log to reduce build time + * Thu Jun 17 2021 Benshuai5D - 1:11.0.11.9-6 - add openjdk-11.yaml -- Gitee