use latest versions of parodus and aker for simulator

This commit is contained in:
mpicci200_comcast
2025-02-05 11:57:35 -05:00
parent d90fd35714
commit d3bf35a664
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -14,14 +14,12 @@ RUN cd /build && \
cd /build && \
git clone https://github.com/Comcast/parodus.git && \
cd parodus && \
git checkout ad2d43b4f6e980a6cc1c1340fc82564104eb1dd8 && \
mkdir build && \
cd build && \
cmake .. && make && \
cd /build && \
git clone https://github.com/Comcast/aker.git && \
cd aker && \
git checkout cfb54022fa6e0ba70040e419d34655da955637b5 && \
mkdir build && \
cd build && \
cmake .. && make