Skip to content

Commit

Permalink
Merge pull request #1772 from o1-labs/fix/ci-submodules-lfs
Browse files Browse the repository at this point in the history
Disable LFS during submodules fetching.
  • Loading branch information
shimkiv authored Jul 26, 2024
2 parents 3bd73e1 + 4fd581a commit 0ce380a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/live-tests-shared/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
env:
USE_CUSTOM_LOCAL_NETWORK: 'true'
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run build
touch profiling.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
METRICS_SOURCE_ENVIRONMENT: 'o1js GitHub Actions'
METRICS_BASE_BRANCH_FOR_COMPARISON: 'main'
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run build
echo 'Running o1js benchmarks.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '18'
- name: Run typedoc
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npx typedoc --tsconfig tsconfig.node.json src/index.ts
- name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Build o1js and mina-signer
run: |
git submodule update --init --recursive
GIT_LFS_SKIP_SMUDGE=1 git submodule update --init --recursive
npm ci
npm run prepublishOnly
cd src/mina-signer
Expand Down

0 comments on commit 0ce380a

Please sign in to comment.