You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prebuild flutter package has almost doubled in size between 3.29.3 and 3.32.0:
$ ls -lah flutter_linux_3.29.3-stable.tar.xz
-rw-rw-r-- 1 cup cup 733M Apr 14 19:26 flutter_linux_3.29.3-stable.tar.xz
$ ls -lah flutter_linux_3.32.0-stable.tar.xz
-rw-rw-r-- 1 cup cup 1,3G May 20 18:43 flutter_linux_3.32.0-stable.tar.xz
Now that the package is above 1,0GB we can no longer cache it in our Bitbucket Pipelines builds, where the maximum cache size is 1,0GB.
The prebuild flutter package has almost doubled in size between 3.29.3 and 3.32.0:
Now that the package is above 1,0GB we can no longer cache it in our Bitbucket Pipelines builds, where the maximum cache size is 1,0GB.
Is this a bug or on purpose?
The packages have been downloaded from:
The text was updated successfully, but these errors were encountered: