We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3c06d commit 01fa83fCopy full SHA for 01fa83f
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
jobs:
3
build:
4
docker:
5
- - image: circleci/buster
+ - image: circleci/redis:5.0.5-buster
6
7
steps:
8
- checkout
@@ -21,8 +21,8 @@ jobs:
21
./system-setup.py
22
make deps
23
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)
+ # git clone git://github.com/antirez/redis.git --branch 5.0.3
+ # (cd redis && make malloc=libc -j4 && sudo make install)
26
27
- save_cache:
28
paths:
0 commit comments