I3AGTV: delete debug log and bootstrap_build to reduce build time

This commit is contained in:
noah 2021-07-08 11:46:40 +08:00
parent 89d375931c
commit b5bcdb8939

View File

@ -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 <hedongbo@huawei.com> - 1:11.0.11.9-7
- delete debug log to reduce build time
* Thu Jun 17 2021 Benshuai5D <zhangyunbo7@huawei.com> - 1:11.0.11.9-6
- add openjdk-11.yaml