boostorg / boostorg/redis

release-tools windows doc builds

Open
#281 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
282
Forks
49
PR merge metrics
No merged PRs in 30d

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.