bump submodules (#29705)

* bump submodules

* bump rednose

* fix dockerfiles
pull/29707/head
Justin Newberry 2 years ago committed by GitHub
parent 39d2517d3d
commit 7a4eaeaf9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      body
  2. 2
      docs/docker/Dockerfile
  3. 2
      laika_repo
  4. 2
      panda
  5. 2
      rednose_repo
  6. 2
      tools/sim/Dockerfile.sim

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

@ -16,7 +16,7 @@ COPY ./body ${OPENPILOT_PATH}/body
COPY ./third_party ${OPENPILOT_PATH}/third_party COPY ./third_party ${OPENPILOT_PATH}/third_party
COPY ./site_scons ${OPENPILOT_PATH}/site_scons COPY ./site_scons ${OPENPILOT_PATH}/site_scons
COPY ./laika_repo ${OPENPILOT_PATH}/laika_repo 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 ${OPENPILOT_PATH}/rednose
COPY ./rednose_repo ${OPENPILOT_PATH}/rednose_repo COPY ./rednose_repo ${OPENPILOT_PATH}/rednose_repo
COPY ./tools ${OPENPILOT_PATH}/tools COPY ./tools ${OPENPILOT_PATH}/tools

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

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

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

@ -23,7 +23,7 @@ COPY ./third_party ${OPENPILOT_PATH}/third_party
COPY ./site_scons ${OPENPILOT_PATH}/site_scons COPY ./site_scons ${OPENPILOT_PATH}/site_scons
COPY ./rednose ${OPENPILOT_PATH}/rednose COPY ./rednose ${OPENPILOT_PATH}/rednose
COPY ./laika_repo ${OPENPILOT_PATH}/laika_repo 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 ./common ${OPENPILOT_PATH}/common
COPY ./opendbc ${OPENPILOT_PATH}/opendbc COPY ./opendbc ${OPENPILOT_PATH}/opendbc
COPY ./cereal ${OPENPILOT_PATH}/cereal COPY ./cereal ${OPENPILOT_PATH}/cereal

Loading…
Cancel
Save