Avoid deleting sources that will be needed in future builds

This commit is contained in:
Eduardo Sánchez Muñoz 2023-12-21 17:24:33 +01:00
parent 9179f4bd01
commit 9042539165
4 changed files with 44 additions and 23 deletions

View file

@ -114,6 +114,7 @@ build: bc-1.07.1
define: BUILD_LINUX = ( CHROOT == False || BUILD_KERNELS == True )
build: kexec-linux-1.0.0 ( BUILD_LINUX == True )
build: kexec-tools-2.0.22 ( BUILD_LINUX == True )
improve: clean_sources
build: linux-4.9.10 ( BUILD_LINUX == True )
jump: break ( INTERNAL_CI == pass1 )
jump: linux ( CHROOT == False )