Skip to content

Commit 2885ce0

Browse files
committed
ADFA-2602: Lower asset size floors for the pruned release variants
The pruned v7 bootstrap is 97.9MB; the 100MB floor was calibrated against the mis-staged debug-variant bootstraps. 50MB still catches truncation. Claude-Session: https://claude.ai/code/session_017HGpMsUzZ5wxCfMtDZ2HGP
1 parent 2a4f4b1 commit 2885ce0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ jobs:
102102
103103
place gradle-9.6.1-bin.zip.br "$REL/common/data/common" 50000000
104104
place gradle-api-9.6.1.jar.br "$REL/common/data/common" 10000000
105-
place localMvnRepository.zip.br "$REL/common/data/common" 100000000
105+
place localMvnRepository.zip.br "$REL/common/data/common" 50000000
106106
place core.cgt.br "$REL/common/data/common" 100000
107107
place documentation.db.br "$REL/common/database" 100000000
108108
place android-sdk-v7.zip.br "$REL/v7/data/common" 30000000
109-
place bootstrap-v7.zip.br "$REL/v7/data/common" 100000000
109+
place bootstrap-v7.zip.br "$REL/v7/data/common" 50000000
110110
place android-sdk-v8.zip.br "$REL/v8/data/common" 30000000
111-
place bootstrap-v8.zip.br "$REL/v8/data/common" 100000000
111+
place bootstrap-v8.zip.br "$REL/v8/data/common" 50000000
112112
113113
# the ABI files carry their target names inside the tree
114114
mv "$REL/v7/data/common/android-sdk-v7.zip.br" "$REL/v7/data/common/android-sdk.zip.br"

0 commit comments

Comments
 (0)