Skip to content

Commit

Permalink
Avoid manual installation of git-lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jan 14, 2025
1 parent 86f564a commit a986c04
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ jobs:
# Available images: https://circleci.com/developer/machine/image/ubuntu-2004
image: ubuntu-2004:2024.11.1
steps:
- run:
name: Install Git Large File Storage (LFS)
# In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow
command: |
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_3.6.0_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start wasmd
Expand Down Expand Up @@ -217,12 +211,6 @@ jobs:
image: ubuntu-2004:2024.11.1
resource_class: large
steps:
- run:
name: Install Git Large File Storage (LFS)
# In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow
command: |
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_3.6.0_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start wasmd
Expand Down Expand Up @@ -351,12 +339,6 @@ jobs:
resource_class: large
steps:
- browser-tools/install-chrome # Slow because apt update but what can you do 🤷‍
- run:
name: Install Git Large File Storage (LFS)
# In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow
command: |
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_3.6.0_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start wasmd
Expand Down Expand Up @@ -459,12 +441,6 @@ jobs:
image: ubuntu-2004:2024.11.1
resource_class: large
steps:
- run:
name: Install Git Large File Storage (LFS)
# In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow
command: |
wget -O "$HOME/git-lfs.deb" https://packagecloud.io/github/git-lfs/packages/ubuntu/focal/git-lfs_3.6.0_amd64.deb/download.deb
sudo dpkg -i "$HOME/git-lfs.deb"
- checkout
- run: # start early for less wait time below
name: Start wasmd
Expand Down

0 comments on commit a986c04

Please sign in to comment.