Skip to content

Commit 6af212f

Browse files
authored
Limit Redis branch to 6.2 for Jedis branch 3 (#2714)
1 parent 7261cf5 commit 6af212f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ travis-install:
469469
cd /usr/bin ;\
470470
sudo ln -sf gcc-8 gcc ;\
471471
sudo ln -sf g++-8 g++
472-
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
472+
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch 6.2 --single-branch redis-git || true
473473
$(MAKE) -C redis-git clean
474474
$(MAKE) -C redis-git
475475

@@ -478,7 +478,7 @@ circleci-install:
478478
cd /usr/bin ;\
479479
sudo ln -sf gcc-8 gcc ;\
480480
sudo ln -sf g++-8 g++
481-
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
481+
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch 6.2 --single-branch redis-git || true
482482
$(MAKE) -C redis-git clean
483483
$(MAKE) -C redis-git
484484

0 commit comments

Comments
 (0)