Checklist
flatpak-builder version
1.4.9
Flatpak version
1.16.6
How to reproduce
The following module results in a ~500 MB download cache:
- name: tde2e
buildsystem: cmake-ninja
builddir: true
config-opts:
- -DTD_E2E_ONLY=ON
sources:
- type: git
url: https://github.com/tdlib/td.git
commit: 51743dfd01dff6179e2d8f7095729caa4e2222e9
Those commands result in a 6 MB folder:
git init tde2e
cd tde2e
git remote add origin https://github.com/tdlib/td.git
git fetch --depth=1 origin 51743dfd01dff6179e2d8f7095729caa4e2222e9
Expected Behavior
A ~6 MB download cache just like when I do it by hand
Actual Behavior
It's 100x times bigger :(
Additional Information
Flathub clears cache (which is both ccache+downloads) when it reaches 6 GB and this makes it way more frequent than it could be :(
Checklist
flatpak-builder version
1.4.9
Flatpak version
1.16.6
How to reproduce
The following module results in a ~500 MB download cache:
Those commands result in a 6 MB folder:
Expected Behavior
A ~6 MB download cache just like when I do it by hand
Actual Behavior
It's 100x times bigger :(
Additional Information
Flathub clears cache (which is both ccache+downloads) when it reaches 6 GB and this makes it way more frequent than it could be :(