Skip to content

Commit

Permalink
bump OPENDBC_REF
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispypatt committed Nov 5, 2024
1 parent 96db061 commit 6cc54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN pip3 install --break-system-packages --no-cache-dir $PYTHONPATH/panda/[dev]

# TODO: this should be a "pip install" or not even in this repo at all
RUN git config --global --add safe.directory $PYTHONPATH/panda
ENV OPENDBC_REF="b4c0dfeb4a449a315bbccbda526355f5dae261d3"
ENV OPENDBC_REF="27d7ff12395b49deb2ec72b283cc995f8eb6d033"
RUN cd /tmp/ && \
git clone --depth 1 https://github.com/commaai/opendbc opendbc_repo && \
cd opendbc_repo && git fetch origin $OPENDBC_REF && git checkout FETCH_HEAD && rm -rf .git/ && \
Expand Down

0 comments on commit 6cc54a5

Please sign in to comment.