-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Announcement] Installing/Updating AWS SAM CLI through Homebrew #4607
Comments
These binaries are for use inside containers which might be running a different architecture. Also, add this to the autobump list since upstream has issues when there are delayed updates to users. Fixes Homebrew/discussions#4290 Fixes aws/aws-sam-cli#4771 Fixes aws/aws-sam-cli#4684 Fixes aws/aws-sam-cli#4607 Closes aws/aws-sam-cli#4614 Closes Homebrew#124616. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
These binaries are for use inside containers which might be running a different architecture. Also, add this to the autobump list since upstream has issues when there are delayed updates to users. Fixes Homebrew/discussions#4290 Fixes aws/aws-sam-cli#4771 Fixes aws/aws-sam-cli#4684 Fixes aws/aws-sam-cli#4607 Closes aws/aws-sam-cli#4614 Closes #124616. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
At least at the moment, both seem to install aws-sam-cli version 1.81.0, however the formula looks different for both. E.g., aws/tap/aws-sam-cli depends on python 3.8, aws-sam-cli depends on pyhton 3.11. Just to mention one. |
@pjungermann aws-sam-cli is not the official formula. AWS SAM CLI maintains its own tap. |
I guess I misunderstood. I assumed the idea was to transition to the homebrew-core version eventually. (awscli is also available at homebrew-core, but I guess it is also not official.) I guess many homebrew users will find the core one first (if the aws/tap is not installed). |
Superseded by #5613 |
|
With recent change to
homebrew-core
library, AWS SAM CLI can now be installed without requiring to tapaws/tap
.But this change also causes some delays to our releases. As of now, installing AWS SAM CLI through homebrew by running
brew install aws-sam-cli
installsv1.70.0
which was released last week.For users who wants to use up to date version, we recommend running
brew install aws/tap/aws-sam-cli
which should install latest version which was released couple of hours ago.In the meantime, we are discussing with Hombrew maintainers for the way forward.
The text was updated successfully, but these errors were encountered: