We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
borgbackup/borg#7181 (comment)
See there:
First all the changes from msgpack master were ported to our bundled msgpack in borgbackup 1.1-maint branch.
Then CI was failing. ntohs / ntohl undeclared.
Then the change that removed the include was reverted which made CI happy again.
So I guess you need to revert this change in master branch here also.
Note: the bundled msgpack in borg 1.1-maint is a slightly patched version 0.5.6, see there: https://github.com/borgbackup/borg/blob/e79986b2835291431f04683423304a02b039c0c1/src/borg/algorithms/msgpack/_version.py
The text was updated successfully, but these errors were encountered:
As explained here: #513 (comment)
Sorry, something went wrong.
See #514
Oh, sorry, looks like I missed that. @_@
Guess this can be closed. Only thing left to do is to release the fixed msgpack code.
No branches or pull requests
borgbackup/borg#7181 (comment)
See there:
First all the changes from msgpack master were ported to our bundled msgpack in borgbackup 1.1-maint branch.
Then CI was failing. ntohs / ntohl undeclared.
Then the change that removed the include was reverted which made CI happy again.
So I guess you need to revert this change in master branch here also.
Note: the bundled msgpack in borg 1.1-maint is a slightly patched version 0.5.6, see there: https://github.com/borgbackup/borg/blob/e79986b2835291431f04683423304a02b039c0c1/src/borg/algorithms/msgpack/_version.py
The text was updated successfully, but these errors were encountered: