mirror of https://github.com/commaai/panda.git
Bump openpilot commit ref
This commit is contained in:
parent
34978d1fd2
commit
75ec1a0c6a
|
@ -60,7 +60,7 @@ RUN cd /tmp && \
|
|||
RUN cd /tmp && \
|
||||
git clone https://github.com/commaai/openpilot.git tmppilot || true && \
|
||||
cd /tmp/tmppilot && \
|
||||
git pull && git checkout 9a605d2617bd701ce013eedbe0a47782c865fb09 && \
|
||||
git pull && git checkout 042c877393185cf0451b9cc957f6f7d51701bd2f && \
|
||||
git submodule update --init cereal opendbc && \
|
||||
mkdir /tmp/openpilot && \
|
||||
cp -pR SConstruct tools/ selfdrive/ common/ cereal/ opendbc/ /tmp/openpilot && \
|
||||
|
|
Loading…
Reference in New Issue