Commit graph

4 commits

Author SHA1 Message Date
vxtls
c55fd54ec2 fix(steps/break): remove debug code 2026-03-19 19:20:03 -04:00
vxtls
74da573c33 fix(rootfs): persist semantic internal-ci resume target instead of resuming from script head 2026-03-07 20:46:03 -05:00
Gábor Stefanik
97f31072ce Add license information to break.sh
Not that it's exactly copyrightable, being just "exit 0", but linter complains about it.
2023-12-26 13:01:24 +11:00
Gábor Stefanik
e9787b55c8 Add breakpoints between passes for INTERNAL_CI
These are implemented as dummy jumps with a script that just exits
with success. Since this script will be sourced, rather than called,
this causes the bootstrap process to exit at that point.
The breakpoints are conditional on INTERNAL_CI (we check for "pass1"
because that's the only pass when script-generator runs, but the
resulting effect is that each pass only bootstraps its own part of
the manifest).
2023-12-26 13:01:24 +11:00