mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-19 13:29:42 +02:00
fix test
This commit is contained in:
parent
1613c0f059
commit
f3babdbabb
1 changed files with 4 additions and 4 deletions
|
@ -48,11 +48,11 @@ apt install -y build-essential tcl
|
||||||
|
|
||||||
if [ -d "redis" ];
|
if [ -d "redis" ];
|
||||||
then
|
then
|
||||||
|
cd redis
|
||||||
|
else
|
||||||
git clone https://github.com/redis/redis.git
|
git clone https://github.com/redis/redis.git
|
||||||
cd redis
|
cd redis
|
||||||
git checkout 6.2
|
git checkout 6.2
|
||||||
else
|
|
||||||
cd redis
|
|
||||||
fi
|
fi
|
||||||
make
|
make
|
||||||
# Optionally, you can run the tests:
|
# Optionally, you can run the tests:
|
||||||
|
@ -69,11 +69,11 @@ apt install -y gcc g++ make libsnappy-dev autoconf automake libtool googletest l
|
||||||
|
|
||||||
if [ -d "kvrocks" ];
|
if [ -d "kvrocks" ];
|
||||||
then
|
then
|
||||||
|
cd kvrocks
|
||||||
|
else
|
||||||
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
git clone --recursive https://github.com/apache/incubator-kvrocks.git kvrocks
|
||||||
cd kvrocks
|
cd kvrocks
|
||||||
git checkout 2.0
|
git checkout 2.0
|
||||||
else
|
|
||||||
cd kvrocks
|
|
||||||
fi
|
fi
|
||||||
make -j4
|
make -j4
|
||||||
# Optionally, you can run the tests:
|
# Optionally, you can run the tests:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue