mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Revert to seed tarball + packages for CI pass transitions
The seed tarball is created as early as possible, to minimize its size.
This commit is contained in:
parent
81e3123262
commit
643577e049
3 changed files with 47 additions and 35 deletions
|
|
@ -50,6 +50,7 @@ build: heirloom-devtools-070527
|
|||
build: bash-2.05b
|
||||
improve: setup_repo
|
||||
improve: update_env
|
||||
jump: break ( INTERNAL_CI == start )
|
||||
build: flex-2.5.11
|
||||
build: tcc-0.9.27
|
||||
improve: musl_libdir
|
||||
|
|
@ -115,7 +116,7 @@ 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 )
|
||||
build: linux-4.9.10 ( BUILD_LINUX == True )
|
||||
jump: break ( INTERNAL_CI == pass1 )
|
||||
jump: break ( INTERNAL_CI == start )
|
||||
jump: linux ( CHROOT == False )
|
||||
improve: finalize_fhs
|
||||
build: musl-1.2.4
|
||||
|
|
@ -175,7 +176,7 @@ build: python-3.3.7
|
|||
build: python-3.4.10
|
||||
build: python-3.8.16
|
||||
build: python-3.11.1
|
||||
jump: break ( INTERNAL_CI == pass1 ) # scripts are generated in pass1
|
||||
jump: break ( INTERNAL_CI == start )
|
||||
build: gcc-10.4.0
|
||||
build: binutils-2.41
|
||||
build: gcc-13.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue