do not build bootcycle-images: not buildable and not really needed

This commit is contained in:
Mikhail Novosyolov 2020-07-13 13:28:58 +03:00
parent c415eeef86
commit d4c872618b

View file

@ -125,11 +125,13 @@
# is expected in one single case at the end of the build # is expected in one single case at the end of the build
%global rev_build_loop %{build_loop2} %{build_loop1} %global rev_build_loop %{build_loop2} %{build_loop1}
%if %{without bootstrap} # http://openjdk.java.net/groups/build/doc/building.html
%global release_targets bootcycle-images static-libs-image docs-zip #if %{without bootstrap}
%else #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 %global release_targets images docs-zip static-libs-image
%endif #endif
# No docs nor bootcycle for debug builds # No docs nor bootcycle for debug builds
%global debug_targets images static-libs-image %global debug_targets images static-libs-image