Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
command: |
./opt/readies/bin/getpy3
BREW_NO_UPDATE=1 ./opt/system-setup.py
# ./opt/readies/bin/getredis -v 6 --force
./opt/readies/bin/getredis -v 6 --force
./get_deps.sh cpu
- save_cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.gpu-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BUILD redisfab/redisai:${VERSION}-gpu-${ARCH}-${OSNICK}-test

ARG REDIS_VER=6.0.1
ARG REDIS_VER=6.0.5

# OSNICK=bionic|centos7|centos6
ARG OSNICK=bionic
Expand Down
3 changes: 3 additions & 0 deletions opt/build/docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

ROOT=../../..
MK.pyver:=3
include $(ROOT)/opt/readies/mk/main

# OSNICK=buster|stretch|bionic|xenial|centos7
Expand All @@ -8,6 +9,8 @@ OSNICK ?= buster
REPO=redisfab
STEM=$(REPO)/redisai

REDIS_VER:=6.0.5

ART_DIR=$(ROOT)/bin/artifacts
ART_INT_DIR=/var/opt/redislabs/artifacts

Expand Down