Add support for git-lfs
git-lfs should be made available on build containers.
It will help us so much! We store our .aar library in GitLFS and it requires a lot of effort to make it working with Jitpack.
@IMarchuk how did you get it working?
@jitpack-io It seems that git-lfs was added to jitpack docker image, however git lfs files don't seem to be downloaded from a github repo automatically:
> Task :zumokit:packageReleaseResources
/opt/android-sdk-linux/ndk-bundle/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip: error: '/home/jitpack/build/zumokit/build/intermediates/merged_native_libs/release/out/lib/arm64-v8a/libzumocore.so': The file was not recognized as a valid object file
https://www.jitpack.io/com/github/zumo/zumokit-android/2.4.0/build.log
Are there some extra steps necessary to enable git lfs?
UPDATE: Adding before install command to jitpack.yml seems to resolve the issue...
before_install:
- git lfs pull
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.