Skip to content

Commit 90a23f1

Browse files
committed
Test LFS fix
for CMSIS
1 parent 5f4bde6 commit 90a23f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/All/Dockerfile.All.SRC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./so
8888
RUN 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
9494
RUN git clone --branch STABLE-2_1_3_RELEASE https://github.com/lwip-tcpip/lwip.git --depth 1 ./sources/lwip

.devcontainer/FreeRTOS-NXP/Dockerfile.FreeRTOS-NXP.SRC

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN git clone --branch R0.15a https://github.com/abbrev/fatfs.git --depth 1 ./so
6565
RUN 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
7171
ARG TMP_GCC_PATH=/usr/local/bin/gcc

0 commit comments

Comments
 (0)