Skip to content

Commit

Permalink
Limit Redis branch to 6.2 for Jedis branch 3 (#2714)
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Dec 12, 2021
1 parent 0b019d7 commit a420462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ travis-install:
cd /usr/bin ;\
sudo ln -sf gcc-8 gcc ;\
sudo ln -sf g++-8 g++
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch unstable --single-branch redis-git || true
[ ! -e redis-git ] && git clone https://github.com/antirez/redis.git --branch 6.2 --single-branch redis-git || true
$(MAKE) -C redis-git clean
$(MAKE) -C redis-git

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

Expand Down

0 comments on commit a420462

Please sign in to comment.