Skip to content

Conversation

bdmstyle
Copy link

@bdmstyle bdmstyle commented Jul 3, 2025

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'

sugested by crawfxrd on issue and Andrew Lane by email

it solved #617

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'
@crawfxrd
Copy link
Member

crawfxrd commented Jul 3, 2025

If git-lfs is already installed then LFS objects should be pulled automatically when cloning.

@bdmstyle
Copy link
Author

bdmstyle commented Jul 8, 2025

I update the doc to reflect this information

@crawfxrd
Copy link
Member

crawfxrd commented Jul 9, 2025

It would be better to put the note after the block of running the deps scripts, since if it's not installed before running the clone, then that will be what installs it.

The fetch --all should not be required. pull will do both a fetch and checkout.

# Building

After cloning the repo, ensure all submodules are cloned.
After cloning the repo ensure all submodules are cloned.
Copy link
Member

Choose a reason for hiding this comment

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

Please add this comma back. Removing it makes the grammar incorrect.

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