Clarify that BUILD_WITH_MODULES=yes is not supported on 32 bit systems. (#14606)
Some checks failed
CI / test-ubuntu-latest (push) Has been cancelled
CI / test-sanitizer-address (push) Has been cancelled
CI / build-debian-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled
CI / build-centos-jemalloc (push) Has been cancelled
CI / build-old-chain-jemalloc (push) Has been cancelled
Codecov / code-coverage (push) Has been cancelled
External Server Tests / test-external-standalone (push) Has been cancelled
External Server Tests / test-external-cluster (push) Has been cancelled
External Server Tests / test-external-nodebug (push) Has been cancelled
Spellcheck / Spellcheck (push) Has been cancelled

Following #14618 , This PR Update the readme file
This commit is contained in:
Lior Kogan 2025-12-11 11:07:47 +02:00 committed by GitHub
parent ec84bd6143
commit 9b7254c810
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -784,6 +784,8 @@ To build Redis with all the data structures (including JSON, time series, Bloom
make BUILD_WITH_MODULES=yes
```
Note: `BUILD_WITH_MODULES=yes` is not supported on 32 bit systems.
To build Redis with just the core data structures, use:
```sh