From 0e6fd7dea02a9852666bc37614e536c1646ae3fb Mon Sep 17 00:00:00 2001 From: Yassine Date: Tue, 17 Oct 2023 15:17:22 -0700 Subject: [PATCH] copy this too --- tools/sim/Dockerfile.sim | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/sim/Dockerfile.sim b/tools/sim/Dockerfile.sim index 9fd8a56101..7dffa7b5e5 100644 --- a/tools/sim/Dockerfile.sim +++ b/tools/sim/Dockerfile.sim @@ -31,6 +31,7 @@ COPY ./panda ${OPENPILOT_PATH}/panda COPY ./selfdrive ${OPENPILOT_PATH}/selfdrive COPY ./system ${OPENPILOT_PATH}/system COPY ./tools ${OPENPILOT_PATH}/tools +COPY ./release ${OPENPILOT_PATH}/release RUN --mount=type=bind,source=.ci_cache/scons_cache,target=/tmp/scons_cache,rw scons -j$(nproc) --cache-readonly