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 df042d0 commit 068b9dcCopy full SHA for 068b9dc
.circleci/config.yml
@@ -15,8 +15,8 @@ commands:
15
- run:
16
name: Install dependencies
17
command: |
18
- sudo ./automation/readies/bin/getpy
19
- sudo ./automation/system-setup.py
+ ./automation/readies/bin/getpy
+ ./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)
22
./get_deps.sh cpu
0 commit comments