-
Notifications
You must be signed in to change notification settings - Fork 105
remove submodule requirement for dependency fetching #786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## master #786 +/- ##
==========================================
+ Coverage 79.22% 79.92% +0.70%
==========================================
Files 50 52 +2
Lines 7662 7767 +105
==========================================
+ Hits 6070 6208 +138
+ Misses 1592 1559 -33
Continue to review full report at Codecov.
|
@Spartee please add your review |
I could not get this to work on MacOS Steps I followed
which seems to still download (or at least filter?) the 400Mb of git-lfs content
which gives
the verbose output from
If I was meant to still include the I can try this on other systems, but am I doing something wrong? Am I still supposed to use |
@Spartee Is this solved by the GIT_LFS_SKIP_SMUDGE=1 change that we discussed? When running GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/RedisAI/RedisAI.git --branch ck-optional-readies-depsonly --depth=1 I receive the following output:
Given that delta, I think this can now merge. The point of the PR isn't to remove submodules - only to disable updating those submodules as part of our get_deps run. |
No description provided.