#Redis module build guidance

2 messages · Page 1 of 1 (latest)

low wren
#

Hello! I've been building various redis modules for our platform over the past few years (redisearch, redisearch + coord, redisjson on EL) and while I've not been able to find definitive build docs for either module I've been able to get by from following the various build configs (circle CI at one point, now github actions.)
My redisearch builds have been failing for weeks so I'm looking to update my build for any changes in dependencies / build packages.
Despite my attempt to mimic what is done in the github actions builds my builds are still failing.
Without going into detail as to the errors for each build; is there definitive documentation on how to build redisearch / redisjson?

#

FWIW my builds generally consist of git clone --recursive, make setup, make build.
redisearch has been failing on make setup when installing conan. I wasn't sure if this was a known toolchain issue (I hadn't seen anything directly related in the redisearch issues board)