-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support U24 #1441
Comments
I just tested a build from the
Should we force installing our 1.6.0 or should we build a newer 1.7.1 containing this missing function? |
@laeti-tia If we specify 1.6 as a dependency, will that be installed even if 1.7 is available? I'm thinking we should just stick to 1.6 for the bugfix and save the upgrade for the next feature release. |
I also see these warnings under U24, not sure if it's something we should correct or if it's benign:
and some others on |
We'll need to add an APT configuration file to make it work, because the version number is lower. That can be done with the following content in
And use the latest changes pushed to the branch, see 0f55ab6 |
With the completion of #1445, 5.2 will have jq 1.7, so the patch problem goes away and U24 can use the version provided by the distro. There is now a functioning build on U24, so I'm calling this good. |
* Fix jsonval test to work with JSONSchema 3 and 4 * Clean out unused Debian versions of PostgreSQL #1441 * Remove iperf3 change that shouldn't be there yet. #1441 * Build iperf3 on u24. 1441 * Enable s3-benchmark for u24+ #1441 * Add iperf3 for u22 #1441 * Build iperf3 on d11; remove conditions in build order. #1441 * Restore conditional iperf3 build; enable force-build on Debuntu #1441 * unibuild-order changes: - Clarifying comments on iperf3 and py-amqp builds. - Simplifying python-jsonschema condition. * Forcing jq version 1.6.something to avoid 1.7.1 from U24, pending #1445 Incrementing package release number and adding changelog entries where needed. * Make all Python regexps raw strings. #1441 * Fix escaping in raw regexp strings. #1441 * Potential TODO for Golan stuff. #1441 * Bump Debian compat files 9 -> 10. #1441 --------- Co-authored-by: Lætitia Delvaux <[email protected]>
Title says it all.
TO-DO:
pscheduler-tool-s3-benchmark
doesn't work right because of missing dependencyre
to use raw strings (r''
) to dodge invalid escape sequence warningsThe text was updated successfully, but these errors were encountered: