|
|
@ -31,6 +31,7 @@ COPY ./panda ${OPENPILOT_PATH}/panda |
|
|
|
COPY ./selfdrive ${OPENPILOT_PATH}/selfdrive |
|
|
|
COPY ./selfdrive ${OPENPILOT_PATH}/selfdrive |
|
|
|
COPY ./system ${OPENPILOT_PATH}/system |
|
|
|
COPY ./system ${OPENPILOT_PATH}/system |
|
|
|
COPY ./tools ${OPENPILOT_PATH}/tools |
|
|
|
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 |
|
|
|
RUN --mount=type=bind,source=.ci_cache/scons_cache,target=/tmp/scons_cache,rw scons -j$(nproc) --cache-readonly |
|
|
|
|
|
|
|
|
|
|
|