OP: modify OSS platform build instructions#3503
Draft
dwdougherty wants to merge 1 commit into
Draft
Conversation
Contributor
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated OSS build instructions to mirror these docs: https://github.com/redis/redis/blob/unstable/README.md .
This is a draft because I'm waiting for resolution to my recently opened ticket: redis/redis#15344 .
Note
Low Risk
Documentation-only changes to install/build guides; no application code or runtime behavior.
Overview
Realigns Build and run Redis Open Source docs with upstream Redis README-style guidance: a new shared Build flags and general notes page, an index link to it, and refreshed per-OS guides.
New platforms: AlmaLinux/Rocky 10.1+, Alpine 3.23+ (RedisJSON
sedpatch, LTO/Rust flags), and Ubuntu 26.04 (Resolute) (CMake 3.31.6 via venv,lld/llvm/libcrypt-dev).Updated targets: AlmaLinux/Rocky 9.7+ (was 9.5); Debian Bookworm page now includes Trixie; macOS page covers 14/15/26 with Rust 1.94.0,
LTO=0, and documented RediSearch/macOS constraints.Simplified RHEL-family 8/9 prep: drops GoReleaser repo, heavy
dnf clean/update,--nobest --skip-broken, Python venv steps, andDISABLE_WERRORS=yesfrom several Linux build steps; AlmaLinux 10 addsIGNORE_MISSING_DEPS=1where noted.Legacy OS pages Debian Bullseye and Ubuntu Focal are marked
draft: trueso they stay in the repo but off the published nav.Reviewed by Cursor Bugbot for commit cdade08. Bugbot is set up for automated code reviews on this repo. Configure here.