-
Notifications
You must be signed in to change notification settings - Fork 10
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
release builds should be added to github #12
Comments
When will you add releases? Is there anywhere I can download binaries from? (I use Windows and Ubuntu.) |
There are outdated binaries on the web site. For recent binaries, the ideal would be to have some form of continuous integration, creating builds that we can promote to releases. The problem is that this project is only very lightly maintained. There is no very active maintainer, when I have time I try to give it some love as the co-fonder of the project, but my bandwidth is very limited. So, if anyone can help setting up github CI to build binaries it would be very welcome! |
@stephanemagnenat Hi. I started working on this: https://github.com/masoudd/glob2/blob/master/.github/workflows/build.yml The server won't build though. Fails with:
Here is the full log: http://ix.io/4e5x See this failed run: https://github.com/masoudd/glob2/actions/runs/3320887140/jobs/5487810106 |
I have a partially working version here. For Ubuntu, it builds, but packaging does not work. For Windows, I got stuck getting a build. I couldn't figure out how I should get the libraries for cross-compiling on Ubuntu. So I tried building on msys2 on Windows, and scons cannot find anything. I think it is looking for things in the wrong places. And for some reason, the behavior on GitHub actions is different from the behavior on my local machine. (In fact, I was doing this some time ago, when some work came through and I forgot about it; until now that I saw the comment above!) |
@Shayan-To could you make a draft PR rebased on latest master? That way people can easily try on their side? |
@stephanemagnenat I opened #77. |
We should move all the release builds into the github release section.
The text was updated successfully, but these errors were encountered: