-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
macOS-10.15 agent uses Homebrew 3.0.10 which uses Bintray #3165
Comments
Hello @thisisthekap , I think nothing is required from our side to switch CDN. We will update Homebrew to this version with new image rollout (approx middle of next week since this week rollout has been already started). |
@maxim-lobanov Thank you for the quick response! Updating Homebrew to 3.1.0 is indeed the solution I was hoping for :) Once again: Thank you very much 😎 |
Right now bintray have started what they're calling a 'brown out' https://status.bintray.com/incidents/4mzph0y8l6hk Did you have to update brew as part of your ci job? |
I just execute |
Hmm not ideal. @maxim-lobanov I guess there's no chance of brew being updated before bintray finished their thing in about 6 hours? |
Some kind of guidance, or a notification of some kind on the actions status page, may be necessary. It took me, at least, a good portion of the morning chasing down links to find myself here. Such a notification, email, or whatever could save a lot of people a lot of time this morning - especially since the brownout doesn't end until 2pm pacific. |
I'm seeing some "403 forbidden" when executing Adding logs to help discoverability of this issue:
The workaround is to run
|
Yes. To recap the issue:
While we wait for the runners to be updated, you can do |
Workaround for actions/runner-images#3165.
When can we expect the runners to be updated, just to know if we should use the suggested workaround? |
@mathbagu we've decided to start the new rollout tomorrow to deliver the fix asap |
Issue is related to planned brown-out session on Bintray side. With next image rollout, homebrew should stop using bintray. Updating runners take about 3-4 days usually. |
homebrew uses Github package to distribute package instead of bintray but the github action isnt updated yet. Workaround is to update homebrew before calling install Relevant links: Homebrew/discussions#691 actions/runner-images#3165 Homebrew/brew#11070
homebrew uses Github package to distribute package instead of bintray but the github action isnt updated yet. Workaround is to update homebrew before calling install Relevant links: Homebrew/discussions#691 actions/runner-images#3165 Homebrew/brew#11070
The deployment of new set of images has been already started and will be finished in a few days. |
@thisisthekap We have deployed macOS images with brew 3.1.1 on board! All the packages are now retrieved from GitHub Packages. |
Description
According to Homebrew/discussions#691, Homebrew switched from Bintray to GitHub Packages. Homebrew 3.1.0 uses the new CDN. The Microsoft Hosted Agents should imho be updated accordingly to avoid issues when downloading/installing packages using Homebrew.
Area for Triage:
Artifacts, Packages, Servers
Question, Bug, or Feature?:
Bug
Virtual environments affected
The text was updated successfully, but these errors were encountered: