Bump openpilot commit ref

This commit is contained in:
Jason Young 2021-03-11 16:27:39 -05:00
parent 34978d1fd2
commit 75ec1a0c6a
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \