Skip to content

Commit

Permalink
move git-lfs install to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jun 23, 2022
1 parent 1381c8e commit ccd89ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ jobs:
- name: Checkout submodules
run: scripts/checkout_submodules.py --shallow --platform efr32

- name: Install git-lfs # Temporary measure untill docker container is updated
run:
"curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash; \
apt-get install git-lfs; \
git lfs install;"

- name: Create LFS file hash list
run: git -C third_party/silabs/gecko_sdk lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

Expand Down
2 changes: 2 additions & 0 deletions integrations/docker/images/chip-build-efr32/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN set -x \
gcc-arm-none-eabi=15:9-2019-q4-0ubuntu1 \
binutils-arm-none-eabi=2.34-4ubuntu1+13ubuntu1 \
ccache=3.7.7-1 \
apt-get install git-lfs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/ \
&& git lfs install \
&& : # last line

0 comments on commit ccd89ed

Please sign in to comment.