mirror of
https://github.com/redis/redis.git
synced 2025-12-18 21:46:08 -05:00
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
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:
parent
ec84bd6143
commit
9b7254c810
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue