Closed runiq closed 3 months ago
Started test build 143794
Build 143794 failed
Actually isn't 24.08 out already?
Actually isn't 24.08 out already?
No
Build 143794 failed
You can create an empty share
directory (install -d /app/share
) and the error should be gone. I have added the necessary exceptions.
Having a metainfo file would be even better then files/share
will automatically exist.
Having a metainfo file would be even better then
files/share
will automatically exist.
I'll have to read up on what to put in the metainfo of a base extension, but that sounds like a good idea.
@hfiguiere I'm trying to create the metainfo file; what license should I use?
Having a metainfo file would be even better then
files/share
will automatically exist.
It was removed by barth in https://github.com/flathub/org.freedesktop.LinuxAudio.BaseExtension/commit/3dde70e4a0062dda6be4f3ba86c285b6eb1e97cd
The only reason the base app exists is to have the extension point created before the build start.
@hfiguiere I'm trying to create the metainfo file; what license should I use?
don't.
You still need to create an empty /app/share
directory btw, otherwise the build will fail.
You still need to create an empty
/app/share
directory btw, otherwise the build will fail.
This linter should be fixed. This package has "skip-appstream-check": true
We can't know if a directory exists if it's inside the ostree repo until it is checked out, but checking out a non existent directory will error. That comes from ostree.
The alternative is to checkout the root /
instead of /files/share
but that causes issues with large apps over 2 GB.
The README was still referring to 22.08.