-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
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
Provide official signed release tarballs #2192
Comments
There is now a git submodule, so you either have to clone with |
Ups, sorry, my bad. Closing :) And thanks a lot! :) |
I'm having the same issue building the latest release from the github-provided tarball. Many distributions are using the github-provided tarball to build (at least that's the case for the OpenBSD package which I was trying to update.) It's possible to work around it, but it'd be uglier and I thought of letting you know. P.S.: providing an official tarball with all the sources would be really appreciated! :) |
I thought we already did that. @robinlinden do the release tarballs contain cmp? |
Ah, no, I guess we need to package the tarballs ourselves now that we have submodules. Until now we've been relying on the automatically generated ones. I'll upload a new one with cmp added. |
@robinlinden Have you uploaded it yet? |
The tarballs w/ cmp are up now: https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18 |
Thanks! |
@robinlinden I still get the "Cannot find source file: third_party/cmp/cmp.c #2305" issue with https://github.com/TokTok/c-toxcore/archive/v0.2.18/c-toxcore-0.2.18.tar.gz (MD5SUM: c30e174677ef75faea31b7217974f494). |
Indeed the file is not in the tarball. |
That's still the tarball auto-generated by github. They do not contain the git submodules. Fetch the manually uploaded tarball here: https://github.com/TokTok/c-toxcore/releases/download/v0.2.18/c-toxcore-0.2.18.tar.gz (it's the first one in the "Assets" listing in https://github.com/TokTok/c-toxcore/releases/tag/v0.2.18) and that contains all the sources :) |
I'm unable to build the project on debian 11 (configure / cmake phase) since commit ee154da.
Log:
Thanks for your code! :)
The text was updated successfully, but these errors were encountered: