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
88
88
RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS
89
89
90
90
# 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
92
92
93
93
# Clone lwIP for STM32 and NXP
94
94
RUN 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
65
65
RUN git clone --branch V10.4.1-kernel-only https://github.com/FreeRTOS/FreeRTOS-Kernel.git --depth 1 ./sources/FreeRTOS
66
66
67
67
# 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
69
69
70
70
# set gcc location
71
71
ARG TMP_GCC_PATH=/usr/local/bin/gcc
You can’t perform that action at this time.
0 commit comments