build: disable Alloy installation and reduce disk size - #44
Conversation
akremenetsky
commented
Jun 23, 2026
- Comment out Alloy installation steps (monitoring solution to be revised)
- Add python3-botocore, python-babel-localedata, python3-twisted to autopurge to remove cloud-init dependencies
- Reduce disk_size from 6G to 4500M
- Comment out Alloy installation steps (monitoring solution to be revised) - Add python3-botocore, python-babel-localedata, python3-twisted to autopurge to remove cloud-init dependencies - Reduce disk_size from 6G to 4500M Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request reduces the disk size parameter in the configuration, comments out the Alloy installation steps, and adds several Python packages to the apt autopurge command in the installation script. A critical issue was identified in the autopurge command where the package name 'python-babel-localedata' is incorrect and should be 'python3-babel-localedata' to prevent the build process from failing.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.