bump submodules (#29705)

* bump submodules

* bump rednose

* fix dockerfiles
This commit is contained in:
Justin Newberry 2023-08-29 17:02:38 -07:00 committed by GitHub
parent 39d2517d3d
commit 7a4eaeaf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

2
body

@ -1 +1 @@
Subproject commit 396fa7b923099640d6843f338950ed41300793ec
Subproject commit 6ff44357a3e416d29044b1d085a3e9223db9691a

View File

@ -16,7 +16,7 @@ COPY ./body ${OPENPILOT_PATH}/body
COPY ./third_party ${OPENPILOT_PATH}/third_party
COPY ./site_scons ${OPENPILOT_PATH}/site_scons
COPY ./laika_repo ${OPENPILOT_PATH}/laika_repo
RUN ln -s ${OPENPILOT_PATH}/laika_repo ${OPENPILOT_PATH}/laika
RUN ln -s ${OPENPILOT_PATH}/laika_repo/laika/ ${OPENPILOT_PATH}/laika
COPY ./rednose ${OPENPILOT_PATH}/rednose
COPY ./rednose_repo ${OPENPILOT_PATH}/rednose_repo
COPY ./tools ${OPENPILOT_PATH}/tools

@ -1 +1 @@
Subproject commit 6d547801a5790431b42396a1d48226ff730ba74b
Subproject commit c9baa95ca9b58222370fcccb24bce1d3722c8e73

2
panda

@ -1 +1 @@
Subproject commit ca9d8675b90e637051786057ad80fe7e534b2ae4
Subproject commit 91d457cbb13836aa12084b56c732ea27fcf14eef

@ -1 +1 @@
Subproject commit 22f02dd650361e091f09f1ae94c5c96a9419c2d4
Subproject commit e32658ed9164d6e8dde882c05c5ece9707acde82

View File

@ -23,7 +23,7 @@ COPY ./third_party ${OPENPILOT_PATH}/third_party
COPY ./site_scons ${OPENPILOT_PATH}/site_scons
COPY ./rednose ${OPENPILOT_PATH}/rednose
COPY ./laika_repo ${OPENPILOT_PATH}/laika_repo
RUN ln -s ${OPENPILOT_PATH}/laika_repo ${OPENPILOT_PATH}/laika
RUN ln -s ${OPENPILOT_PATH}/laika_repo/laika/ ${OPENPILOT_PATH}/laika
COPY ./common ${OPENPILOT_PATH}/common
COPY ./opendbc ${OPENPILOT_PATH}/opendbc
COPY ./cereal ${OPENPILOT_PATH}/cereal