Skip to content

Commit

Permalink
[Docker] Add git-lfs install to chip-build image (#19905)
Browse files Browse the repository at this point in the history
* move git-lfs install to dockerfile

* add git-lfs to main build docker file

* Add detailed explanation for version change

* Leave git-lfs install
  • Loading branch information
mkardous-silabs authored and pull[bot] committed Jul 6, 2022
1 parent 6f40adc commit 1190327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ RUN set -x \
udev \
unzip \
wget \
git-lfs \
zlib1g-dev \
&& rm -rf /var/lib/apt/lists/ \
&& git lfs install \
&& : # last line

# Cmake (Mbed OS requires >=3.19.0-rc3 version which is not available in Ubuntu 20.04 repository)
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.81 Version bump reason: [Ameba] Update Ameba SDK to use BLE random address and add uxTaskGetFreeStackSize and uxTaskGetStackSize
0.5.82 Version bump reason: Since [EFR32] Update gsdk to 4.1 was merged - We need git-lfs

0 comments on commit 1190327

Please sign in to comment.