File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ PETASOS_VERSION=${PETASOS_VERSION:-latest} \
20
20
TALARIA_VERSION=${TALARIA_VERSION:- latest} \
21
21
THEMIS_VERSION=${THEMIS_VERSION:- latest} \
22
22
SIMULATOR_VERSION=${SIMULATOR_VERSION:- latest} \
23
- docker compose -f $ROOT_DIR /deploy/docker-compose/docker-compose.yml up -d $@
23
+ docker compose -f $ROOT_DIR /deploy/docker-compose-c /docker-compose.yml up -d $@
24
24
if [[ $? -ne 0 ]]; then
25
25
exit 1
26
26
fi
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ RUN cd /build && \
14
14
cd /build && \
15
15
git clone https://github.com/Comcast/parodus.git && \
16
16
cd parodus && \
17
+ git checkout ad2d43b4f6e980a6cc1c1340fc82564104eb1dd8 && \
17
18
mkdir build && \
18
19
cd build && \
19
20
cmake .. && make && \
20
21
cd /build && \
21
22
git clone https://github.com/Comcast/aker.git && \
22
23
cd aker && \
24
+ git checkout cfb54022fa6e0ba70040e419d34655da955637b5 && \
23
25
mkdir build && \
24
26
cd build && \
25
27
cmake .. && make
You can’t perform that action at this time.
0 commit comments