File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
- run :
158
158
name : Build
159
159
command : |
160
- docker build -f Dockerfile.gpu-test -t redisai-gpu:latest-x64-bionic-test .
160
+ docker build -f Dockerfile.gpu-test --no-cache - t redisai-gpu:latest-x64-bionic-test .
161
161
- run :
162
162
name : Test
163
163
command : |
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pack_ramp() {
35
35
36
36
# this is only to extract {semantic_version} into VERSION
37
37
RAMPOUT=$( mktemp /tmp/ramp.XXXXXX)
38
- $RAMP_PROG pack -m $ROOT /ramp.yml -o $BINDIR /$PRODUCT .{os}-{architecture}.{semantic_version}.zip $INSTALL_DIR /$PRODUCT .so 2> /dev/null | grep ' .zip ' > $RAMPOUT
38
+ $RAMP_PROG pack -m $ROOT /ramp.yml --packname-file $RAMPOUT - o $BINDIR /$PRODUCT .{os}-{architecture}.{semantic_version}.zip $INSTALL_DIR /$PRODUCT .so
39
39
local rampfile=` realpath $( tail -1 $RAMPOUT ) `
40
40
rm -f $rampfile $RAMPOUT
41
41
echo ` basename $rampfile ` | sed -e " s/[^.]*\.[^.]*\.\(.*\)\.zip/\1/" > $BINDIR /VERSION
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ def macosx(self):
61
61
self .install ("redis" )
62
62
63
63
def common_last (self ):
64
+ self .run ("python3 -m pip uninstall -y ramp-packer RLTest" )
64
65
# redis-py-cluster should be installed from git due to redis-py dependency
65
66
self .pip3_install ("--no-cache-dir git+https://github.com/Grokzen/redis-py-cluster.git@master" )
66
67
self .pip3_install ("--no-cache-dir git+https://github.com/RedisLabsModules/RLTest.git@master" )
You can’t perform that action at this time.
0 commit comments