Skip to content

Commit c8d1ce8

Browse files
committed
CircleCI fixes #3
1 parent c843a4c commit c8d1ce8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ commands:
1717
command: |
1818
./opt/readies/bin/getpy
1919
./opt/system-setup.py
20-
git clone git://github.com/antirez/redis.git --branch 5.0.5
21-
(cd redis && make malloc=libc -j $(nproc) && make install)
20+
# git clone git://github.com/antirez/redis.git --branch 5.0.5
21+
# (cd redis && make malloc=libc -j $(nproc) && make install)
2222
./get_deps.sh cpu
2323
- save_cache:
2424
paths:
@@ -27,8 +27,8 @@ commands:
2727
- run:
2828
name: Set up workspace
2929
command: |
30-
sudo mkdir -p ~/workspace
31-
sudo chown `whoami` ~/workspace
30+
mkdir -p ~/workspace
31+
chown `whoami` ~/workspace
3232
- run:
3333
name: Build
3434
command: make -C opt all SHOW=1

0 commit comments

Comments
 (0)