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 11653bf commit a93efe6Copy full SHA for a93efe6
.circleci/config.yml
@@ -18,7 +18,7 @@ commands:
18
./automation/readies/bin/getpy
19
./automation/system-setup.py
20
git clone git://github.com/antirez/redis.git --branch 5.0.5
21
- (cd redis && make malloc=libc -j $(nproc) && sudo make install)
+ (cd redis && make malloc=libc -j $(nproc) && make install)
22
./get_deps.sh cpu
23
- save_cache:
24
paths:
0 commit comments