2.54.0 package is larger than 2.53.0
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
This size increase is observed on MSI and DEB:
```sh
# MSI
$ curl --head https://azcliprod.blob.core.windows.net/msi/azure-cli-2.53.0-x64.msi --no-progress-meter | grep Content-Length
Content-Length: 54837248
$ curl --head https://azcliprod.blob.core.windows.net/msi/azure-cli-2.54.0-x64.msi --no-progress-meter | grep Content-Length
Content-Length: 69832704
# DEB
$ curl --head https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_2.53.0-1~jammy_amd64.deb --no-progress-meter | grep Content-Length
Content-Length: 52153106
$ curl --head https://packages.microsoft.com/repos/azure-cli/pool/main/a/azure-cli/azure-cli_2.54.0-1~jammy_amd64.deb --no-progress-meter | grep Content-Length
Content-Length: 65603516
```
RPM packages are not affected:
```sh
# RPM
$ curl --head https://packages.microsoft.com/rhel/9.0/prod/Packages/a/azure-cli-2.53.0-1.el9.x86_64.rpm --no-progress-meter | grep Content-Length
Content-Length: 33811125
$ curl --head https://packages.microsoft.com/rhel/9.0/prod/Packages/a/azure-cli-2.54.0-1.el9.x86_64.rpm --no-progress-meter | grep Content-Length
Content-Length: 33838159
```
Not sure if this is caused by https://github.com/Azure/azure-cli/pull/26749.
Contributor guide
Assessment
This issue has not been assessed yet.