Skip to content

Commit

Permalink
Fix RediSearch build for x86
Browse files Browse the repository at this point in the history
  • Loading branch information
SemperPeritus committed Jul 13, 2023
1 parent 8afa7da commit c7e85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN echo "numpy == 1.25.1\nscipy == 1.9.3" > /modules/RediSearch/tests/pytests/r
# BULD
RUN make setup
RUN make fetch SHOW=1
RUN make build SHOW=1
RUN make build SHOW=1 CLANG=1
# RESULT
RUN cp "$(ls -d /modules/${MODULE}/bin/linux-*-release)/search/redisearch.so" ${MODULE_PATH}/redisearch.so

Expand Down

0 comments on commit c7e85ac

Please sign in to comment.