Commit a707720
committed
fix(ci): don't recurse submodules when bumping the engine pointer
TechEngine carries TechAPI back as a submodule, so `git submodule
update --recursive` follows that cycle — TechEngine/TechAPI/TechEngine/
TechAPI/… — re-fetching the million-file data tree at every level until
the runner dies with "No space left on device":
fatal: Unable to checkout '679e487…' in submodule path
'TechEngine/TechAPI/TechEngine/TechAPI/TechEngine/TechAPI/…'
Every bump-engine run has failed this way since 2026-08-03, which is
when the job started switching branches before touching the submodule
and so began re-resolving it from scratch. The submodule pointer has
not moved automatically since.
The gitlink being bumped is at this repo's top level; nothing below it
needs updating, so drop --recursive from both submodule commands.
Refs #11 parent 42d7282 commit a707720
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments