mirror of
https://github.com/outbackdingo/xmidt.git
synced 2026-08-25 14:53:55 +00:00
use latest versions of parodus and aker for simulator
This commit is contained in:
@@ -20,7 +20,7 @@ PETASOS_VERSION=${PETASOS_VERSION:-latest} \
|
|||||||
TALARIA_VERSION=${TALARIA_VERSION:-latest} \
|
TALARIA_VERSION=${TALARIA_VERSION:-latest} \
|
||||||
THEMIS_VERSION=${THEMIS_VERSION:-latest} \
|
THEMIS_VERSION=${THEMIS_VERSION:-latest} \
|
||||||
SIMULATOR_VERSION=${SIMULATOR_VERSION:-latest} \
|
SIMULATOR_VERSION=${SIMULATOR_VERSION:-latest} \
|
||||||
docker compose -f $ROOT_DIR/deploy/docker-compose-c/docker-compose.yml up -d $@
|
docker compose -f $ROOT_DIR/deploy/docker-compose/docker-compose.yml up -d $@
|
||||||
if [[ $? -ne 0 ]]; then
|
if [[ $? -ne 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
@@ -14,14 +14,12 @@ RUN cd /build && \
|
|||||||
cd /build && \
|
cd /build && \
|
||||||
git clone https://github.com/Comcast/parodus.git && \
|
git clone https://github.com/Comcast/parodus.git && \
|
||||||
cd parodus && \
|
cd parodus && \
|
||||||
git checkout ad2d43b4f6e980a6cc1c1340fc82564104eb1dd8 && \
|
|
||||||
mkdir build && \
|
mkdir build && \
|
||||||
cd build && \
|
cd build && \
|
||||||
cmake .. && make && \
|
cmake .. && make && \
|
||||||
cd /build && \
|
cd /build && \
|
||||||
git clone https://github.com/Comcast/aker.git && \
|
git clone https://github.com/Comcast/aker.git && \
|
||||||
cd aker && \
|
cd aker && \
|
||||||
git checkout cfb54022fa6e0ba70040e419d34655da955637b5 && \
|
|
||||||
mkdir build && \
|
mkdir build && \
|
||||||
cd build && \
|
cd build && \
|
||||||
cmake .. && make
|
cmake .. && make
|
||||||
|
|||||||
Reference in New Issue
Block a user