The submodule is missing?

In my manifest I have:

In my manifest I have:

 modules:
 
   - shared-modules/lua5.3/lua-5.3.5.json
   - shared-modules/glu/glu-9.json
   - shared-modules/glew/glew.json
 
   - name: snis

Building locally and with github actions everything works.

But BuildBot.flathub fails:

(flatpak-builder:1333162): flatpak-builder-ERROR **: 15:19:40.058: Failed to load included manifest (/var/lib/buildbot-master/master/workers/MasterWorkerUntrusted/Builds/build/shared-modules/glu/glu-9.json): Failed to open file “/var/lib/buildbot-master/master/workers/MasterWorkerUntrusted/Builds/build/shared-modules/glu/glu-9.json”: No such file or directory

On my submission staff only stated:
‘the submodule is missing’

Missing where?

Is there some equivalent to:
“git submodule add GitHub - flathub/shared-modules: Common Flatpak modules that can be used as a git submodule
for BuildBot.flathub?

I would assume that takes care of that for you.
[/quote]

Building locally and with github actions everything works.

But BuildBot.flathub fails:

(flatpak-builder:1333162): flatpak-builder-ERROR **: 15:19:40.058: Failed to load included manifest (/var/lib/buildbot-master/master/workers/MasterWorkerUntrusted/Builds/build/shared-modules/glu/glu-9.json): Failed to open file “/var/lib/buildbot-master/master/workers/MasterWorkerUntrusted/Builds/build/shared-modules/glu/glu-9.json”: No such file or directory

On my submission staff only stated:
‘the submodule is missing’

Missing where?

Is there some equivalent to:
“git submodule add GitHub - flathub/shared-modules: Common Flatpak modules that can be used as a git submodule
for BuildBot.flathub?

I would assume that takes care of that for you.

You need to commit and push the submodule to your PR.

Then, the buildbot will automatically pull the submodule before build.

2 Likes

Thank you very much.

This was very helpful and just what I needed.

This topic was automatically closed after 2 days. New replies are no longer allowed.