Skip to content

Commit 01fa83f

Browse files
committed
CircleCI: refactoring #2
1 parent dc3c06d commit 01fa83f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
jobs:
33
build:
44
docker:
5-
- image: circleci/buster
5+
- image: circleci/redis:5.0.5-buster
66

77
steps:
88
- checkout
@@ -21,8 +21,8 @@ jobs:
2121
./system-setup.py
2222
make deps
2323
bash get_deps.sh cpu
24-
git clone git://github.com/antirez/redis.git --branch 5.0.3
25-
(cd redis && make malloc=libc -j4 && sudo make install)
24+
# git clone git://github.com/antirez/redis.git --branch 5.0.3
25+
# (cd redis && make malloc=libc -j4 && sudo make install)
2626
2727
- save_cache:
2828
paths:

0 commit comments

Comments
 (0)