|
|
@@ -7,7 +7,7 @@ ubuntu2204: |
|
|
|
git clone -b v1.1.0 https://github.com/redis/hiredis || true |
|
|
|
bash ../ubuntu2204.sh make hiredis |
|
|
|
|
|
|
|
git clone -b 1.3.6 https://github.com/sewenew/redis-plus-plus || true |
|
|
|
git clone -b 1.3. https://github.com/sewenew/redis-plus-plus || true |
|
|
|
bash ../ubuntu2204.sh make redis-plus-plus |
|
|
|
|
|
|
|
make package-ubuntu2204 |
|
|
@@ -16,10 +16,10 @@ ubuntu2404: |
|
|
|
mkdir -p $$PWD/../out |
|
|
|
|
|
|
|
# check out revision that is master at the time of writing |
|
|
|
git clone -b v1.1.0 https://github.com/redis/hiredis || true |
|
|
|
git clone -b v1.2.0 https://github.com/redis/hiredis || true |
|
|
|
bash ../ubuntu2404.sh make hiredis |
|
|
|
|
|
|
|
git clone -b 1.3.6 https://github.com/sewenew/redis-plus-plus || true |
|
|
|
git clone -b 1.3.13 https://github.com/sewenew/redis-plus-plus || true |
|
|
|
bash ../ubuntu2404.sh make redis-plus-plus |
|
|
|
|
|
|
|
make package-ubuntu2404 |
|
|
@@ -63,4 +63,4 @@ clean: |
|
|
|
sudo rm -rf pkg_out |
|
|
|
|
|
|
|
shell: |
|
|
|
FLAGS="-i --privileged" bash ../ubuntu2204.sh /bin/bash |
|
|
|
FLAGS="-i --privileged" bash ../ubuntu2404.sh /bin/bash |