We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
It looks like we're unable to build NaSC because it relies on a git submodule
To Reproduce https://github.com/elementary/appcenter-reviews/pull/77/checks?check_run_id=3403685174
Expected behavior Since Flatpak has a built-in concept of vendoring, it might be better to use modules in your Flatpak manifest instead.
We encountered a similar issue in another app and the developer decided to add a build option here: https://github.com/ryonakano/konbucase/pull/68/files
The text was updated successfully, but these errors were encountered:
I can build it with this without problems. https://github.com/parnold-x/nasc/blob/master/.github/workflows/main.yml#L17
Otherwise, no time right now to fiddle more with this flatpack stuff.
Sorry, something went wrong.
It looks like the github builder doesn't have network access, so the cloning fails
Is there any chance this could get looked at? I'd love NaSC to be available again on the AppCenter
parnoldx
No branches or pull requests
Describe the bug
It looks like we're unable to build NaSC because it relies on a git submodule
To Reproduce
https://github.com/elementary/appcenter-reviews/pull/77/checks?check_run_id=3403685174
Expected behavior
Since Flatpak has a built-in concept of vendoring, it might be better to use modules in your Flatpak manifest instead.
We encountered a similar issue in another app and the developer decided to add a build option here: https://github.com/ryonakano/konbucase/pull/68/files
The text was updated successfully, but these errors were encountered: