flatpak-builder can't apply git config http.postBuffer
workaround, necessary to clone llvm-project
#599
Closed
2 tasks done
Checklist
flatpak-builder version
1.3.3
Flatpak version
1.14.4
How to reproduce
Attempt to build a project with the following module
Expected Behavior
The module should be cloned into the build directory
Actual Behavior
The following error:
Additional Information
This same error can be seen outside of flatpak, simply by running
git fetch
on the llvm-project repo, but in that case it can be fixed by settinggit config http.postBuffer
to a larger-than-default value (I used 16777216). I can't find any way of getting flatpak-builder to do this - that's the actual issue here.Of course, I wish I didn't need to have llvm in my build tree at all, but llvm-project is a submodule of a submodule of my actual dependency, so working around this is not really an option. Even if I did manage to patch something, flatpak-builder would still error out during setup, before attempting to apply any patches...
ETA: I'd also like to note that this used to work previously, this issue has only started happening some time in the last two months, probably when the overall llvm-project repo grew past some kind of "critical mass".
The text was updated successfully, but these errors were encountered: