Skip to content

release-tools windows doc builds #281

@sdarwin

Description

@sdarwin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions