Skip to content

Commit

Permalink
truly no cereal!
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 31, 2024
1 parent f7b9a6c commit 125141e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ ENV PYTHONPATH=/project
RUN git config --global --add safe.directory '*'

WORKDIR /project
RUN git clone https://github.com/commaai/cereal.git /project/cereal && \
cd /project/cereal && \
git checkout 861144c136c91f70dcbc652c2ffe99f57440ad47 && \
rm -rf .git && \
scons -j$(nproc) --minimal

COPY SConstruct .
COPY ./site_scons /project/site_scons

0 comments on commit 125141e

Please sign in to comment.