Skip to content

Shallow clone emsdk#215

Merged
anutosh491 merged 3 commits intocompiler-research:mainfrom
mcbarton:shallow-clone-emsdk
Jan 12, 2025
Merged

Shallow clone emsdk#215
anutosh491 merged 3 commits intocompiler-research:mainfrom
mcbarton:shallow-clone-emsdk

Conversation

@mcbarton
Copy link
Copy Markdown
Collaborator

Description

Please include a summary of changes, motivation and context for this PR.

In the ci we clone the whole history for emsdk where we only need the most recent commit. This will provide a very small speed up in the ci.

Fixes # (issue)

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Added/removed dependencies
  • Required documentation updates

@mcbarton mcbarton requested a review from anutosh491 January 11, 2025 20:57
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.72%. Comparing base (ddeb5ca) to head (e7d20c3).
⚠️ Report is 155 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  Coverage   80.72%   80.72%           
=======================================
  Files          19       19           
  Lines         970      970           
  Branches       93       93           
=======================================
  Hits          783      783           
  Misses        187      187           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

run: |
cd $HOME
git clone https://github.com/emscripten-core/emsdk.git
git clone --depth=1https://github.com/emscripten-core/emsdk.git
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm, just curious if this is correct --depth=1https: !!

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anutosh491 Good catch. I'd missed the space and has been fixed now. can it be merged now

@anutosh491 anutosh491 merged commit 923ee15 into compiler-research:main Jan 12, 2025
@mcbarton mcbarton deleted the shallow-clone-emsdk branch June 27, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants