File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ commands:
17
17
command : |
18
18
./opt/readies/bin/getpy3
19
19
BREW_NO_UPDATE=1 ./opt/system-setup.py
20
- git clone git://github.com/antirez/redis.git --branch 5.0.7
21
- (cd redis && make malloc=libc -j $(nproc) && make install)
22
- redis-server --version
20
+ git clone git://github.com/antirez/redis.git --branch 5.0.7; cd redis; make malloc=libc -j $(nproc); make install; redis-server --version
23
21
./get_deps.sh cpu
24
22
- save_cache :
25
23
paths :
79
77
name : Install dependencies
80
78
command : |
81
79
./opt/readies/bin/getpy3
82
- BREW_NO_UPDATE=1 ./opt/system-setup.py
80
+ ./opt/system-setup.py
83
81
# git clone git://github.com/antirez/redis.git --branch 5.0.7; cd redis; make malloc=libc -j $(nproc); make install; redis-server --version
84
82
- restore_cache :
85
83
keys :
@@ -141,13 +139,6 @@ jobs:
141
139
image : ubuntu-1604-cuda-10.1:201909-23
142
140
steps :
143
141
- checkout
144
- # - run:
145
- # name: Checkout LFS
146
- # command: |
147
- # curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
148
- # sudo apt-get install -y git-lfs
149
- # git lfs install
150
- # git lfs pull
151
142
- run :
152
143
name : Build
153
144
command : |
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ COPY --from=redis /usr/local/ /usr/local/
22
22
COPY ./opt/ opt/
23
23
COPY ./test/test_requirements.txt test/
24
24
25
- RUN ./opt/readies/bin/getpy
25
+ RUN ./opt/readies/bin/getpy3
26
26
RUN ./opt/system-setup.py
27
27
28
28
ARG DEPS_ARGS=""
You can’t perform that action at this time.
0 commit comments