-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
jq release #2155
Comments
In the meantime, |
It has been a while since last release update. Maybe it is time for an official new release |
Please, for the love of all that is free, I beg you, noble Maintainers--to whom I am profoundly grateful--to consider small teams without the resources to support unreleased builds. There are non-trivial issues with the last two releases. The libonig segfault pushed us off 1.5 and now we're harassed by mktime DST issues and linking inefficiencies which have been fixed upstream for months. @wtlangford, I know that coverage has become manifestly more complex over the last year, but could we please have a list of blockers for a release candidate? |
I've put together a small docker image which contains all the dependencies needed to compile jq with compatibility down to glibc 2.12 (centos 6). Just wanted to put this here because people like me who are not that experienced with compiling c might find it helpful. docker run -ti -v ~:/host ghcr.io/lolhens/jq-buildenv:latest bash -c 'git clone https://github.com/stedolan/jq.git && cd jq && git submodule update --init && autoreconf -fi && ./configure --with-oniguruma=builtin && make -j8 && make check && mv jq /host/.' |
This is being discussed most recently in #2305. Closing this in favor of that one. |
Is there any plan to publish a new version of jq in near future? Thanks.
The text was updated successfully, but these errors were encountered: