File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./so
8888RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS
8989
9090# Clone CMSIS
91- RUN git clone --branch 5.5.1 https://github.com/ARM-software/CMSIS_5.git --depth 1 --recursive ./sources/CMSIS_5
91+ RUN GIT_LFS_SKIP_SMUDGE=1 git clone --branch 5.5.1 https://github.com/ARM-software/CMSIS_5.git --depth 1 ./sources/CMSIS_5
9292
9393# Clone lwIP for STM32 and NXP
9494RUN git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./so
6565RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS
6666
6767# Clone CMSIS
68- RUN git clone --branch 5.5.1 https://github.com/ARM-software/CMSIS_5.git --depth 1 --recursive ./sources/CMSIS_5
68+ RUN GIT_LFS_SKIP_SMUDGE=1 git clone --branch 5.5.1 https://github.com/ARM-software/CMSIS_5.git --depth 1 ./sources/CMSIS_5
6969
7070# set gcc location
7171ARG TMP_GCC_PATH=/usr/local/bin/gcc
You can’t perform that action at this time.
0 commit comments