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:
Gábor Stefanik 2023-12-27 19:14:58 +01:00
parent 81e3123262
commit 643577e049
3 changed files with 47 additions and 35 deletions

View file

@ -185,7 +185,7 @@ print(shutil.which('chroot'))
elif args.bwrap:
init = '/init'
if not args.internal_ci or args.internal_ci == "pass1":
if not args.internal_ci or args.internal_ci == "start":
generator.prepare(target, using_kernel=False)
arch = stage0_arch_map.get(args.arch, args.arch)