-
Couldn't load subscription status.
- Fork 43
Open
Description
New redis docs were "Adapted from Boost.Unordered".
How was Boost.Unordered able to build docs successfully with both Linux line-endings and Windows line-endings? That is a real question. Probably the answer is this file:
https://github.com/boostorg/unordered/blob/develop/.gitattributes
Notice how it sets the line endings to "LF" for shell scripts .sh.
Without this adjustment, redis breaks the superproject build on CRLF line-endings. windows builds.
I'm running a dos2unix command on the files now, to see if that fixes the releases. Try adding a CI job for docs on windows.
Metadata
Metadata
Assignees
Labels
No labels