mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
do not build bootcycle-images: not buildable and not really needed
This commit is contained in:
parent
c415eeef86
commit
d4c872618b
1 changed files with 6 additions and 4 deletions
|
@ -125,11 +125,13 @@
|
|||
# is expected in one single case at the end of the build
|
||||
%global rev_build_loop %{build_loop2} %{build_loop1}
|
||||
|
||||
%if %{without bootstrap}
|
||||
%global release_targets bootcycle-images static-libs-image docs-zip
|
||||
%else
|
||||
# http://openjdk.java.net/groups/build/doc/building.html
|
||||
#if %{without bootstrap}
|
||||
#global release_targets bootcycle-images static-libs-image docs-zip
|
||||
#else
|
||||
# XXX there are problems with building bootcycle-images, turn them off for now, not really needed
|
||||
%global release_targets images docs-zip static-libs-image
|
||||
%endif
|
||||
#endif
|
||||
# No docs nor bootcycle for debug builds
|
||||
%global debug_targets images static-libs-image
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue