Stable tarball? #2599
-
I was told to take this to the discussions section I don't know if I'm being stupid but there doesn't seem to be a source tarball that includes the necessary external modules required to actually build from source in the downloads section? It'd be nice to be able to build the stable version, mostly for those distributions where the packages are outdated and the user doesn't want to just grab the latest devbuild. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, that's a GitHub quirk. I am not aware of any setting to include submodules in a source archive. A contributor proposed running a CI job on release which adds an archive with the submodules and appends it to the file list, but it's more of a hack than a proper solution. |
Beta Was this translation helpful? Give feedback.
Unfortunately, that's a GitHub quirk. I am not aware of any setting to include submodules in a source archive.
A contributor proposed running a CI job on release which adds an archive with the submodules and appends it to the file list, but it's more of a hack than a proper solution.