minimal build

This commit is contained in:
Adeeb Shihadeh 2023-08-24 14:35:56 -07:00
parent a30a6775a5
commit bfc49701fd
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ RUN git clone https://github.com/commaai/cereal.git /project/cereal && \
cd /project/cereal && \
git checkout 82bca3a9714b73c05414fdf848b6016a0ffac17d && \
rm -rf .git && \
scons -j$(nproc)
scons -j$(nproc) --minimal
COPY SConstruct .
COPY ./site_scons /project/site_scons