1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Bump redis++ version and in lib nice add setuptools to virtual environment

Signed-off-by: Leonardo Carreras <leonardo.carreras@eonerc.rwth-aachen.de>
This commit is contained in:
Leonardo Carreras 2025-02-03 10:51:14 +00:00
parent c60ef75070
commit a290af4f3a

View file

@ -354,7 +354,7 @@ fi
# Build & Install redis++
if ! pkg-config "redis++ >= 1.2.3" && \
should_build "redis++" "for the redis node-type"; then
git clone ${GIT_OPTS} --branch 1.3.7 https://github.com/sewenew/redis-plus-plus.git
git clone ${GIT_OPTS} --branch 1.3.8 https://github.com/sewenew/redis-plus-plus.git
mkdir -p redis-plus-plus/build
pushd redis-plus-plus/build
@ -424,6 +424,8 @@ if ! pkg-config "nice >= 0.1.16" && \
if ! command -v meson; then
python3 -m venv venv
. venv/bin/activate
python3 -m pip install --upgrade pip setuptools
# Note: meson 0.61.5 is the latest version which supports the CMake version on the target
pip3 install meson==0.61.5