Skip to content

Conversation

@hbons
Copy link
Contributor

@hbons hbons commented Aug 10, 2025

This PR made bundling Git LFS dependent on GIT_LFS_VERSION being set. If not set, it would be skipped.

Over the years this has changed to reading the value from a file:

GIT_LFS_VERSION="$(jq --raw-output '.["git-lfs"].version[1:]' dependencies.json)"

Which is fair enough, but there's no longer a way to easily disable bundling in CI. You'll need to edit dependencies.json manually or use a hacky script to change the json.

This PR allows skipping the bundle by setting NO_GIT_LFS=1.

edit: I should also add NO_GCM.

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.

1 participant