Skip to content

Commit

Permalink
Removing LFS from workflows (#424)
Browse files Browse the repository at this point in the history
Since we are removing LFS usage from the main setup, this should also
include removing it from the workflows just in case it causes issues.

---------

Signed-off-by: John 'Warthog9' Hawley <[email protected]>
Co-authored-by: Joel Smith <[email protected]>
Co-authored-by: Bojan Roško <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2024
1 parent bbbfa32 commit 2920dd4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
path: tt-metal
repository: tenstorrent/tt-metal
submodules: recursive
lfs: 'true'

- name: Checkout UMD
uses: actions/checkout@v4
with:
# Clone directly into tt-metal directory for umd
path: tt-metal/tt_metal/third_party/umd
submodules: recursive
lfs: 'true'

- name: Build tt-metal
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: 'true'

- name: Set GCC compiler
# In case clang is selected, don't set these variables, cmake will find it by default.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
lfs: 'true'

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: 'true'

- name: Build ${{ env.BUILD_TARGET }}
run: |
Expand Down

0 comments on commit 2920dd4

Please sign in to comment.