All checks were successful
dustin/kioskpi/pipeline/head This commit looks good
Apparently, submodules don't work correctly when both `branch` and `shallow` are specified. It seems `git` fetches the latest commit and _then_ tries to switch branches, which always fails: > Unable to find refs/remotes/origin/2025.08.x revision in submodule > path 'buildroot' Let's just get rid of the submodule and do a shallow clone of `buildroot` manually during the build.
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
[submodule "aimee-os"]
|
|
path = aimee-os
|
|
url = https://git.pyrocufflink.blue/AimeeOS/aimee-os.git
|
|
branch = master
|
|
shallow = true
|