Skip to content
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

Fix homebrew on CI #468

Merged
merged 1 commit into from
Apr 13, 2021
Merged

Fix homebrew on CI #468

merged 1 commit into from
Apr 13, 2021

Conversation

ncreated
Copy link
Member

What and why?

🧰 This PR fixes the recent brew install issues on CI.

How?

As discussed in this Bitrise forum thread, Bitrise uses its own mirror for retrieving brew dependencies specs, so calling brew update without changing to the official source doesn't make sense.

We don't need to pull dependencies from official source, so using Bitrise mirror seems enough for our needs.

The issue was that with recent changes to Bitrise CI the brew update in our tooling was impacting brew bottles and leaving the VM's brew in a malformed state.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

@ncreated ncreated self-assigned this Apr 13, 2021
@ncreated ncreated requested a review from a team as a code owner April 13, 2021 08:24
@ncreated ncreated merged commit 30746e1 into master Apr 13, 2021
@ncreated ncreated deleted the ncreated/fix-homebrew-on-ci branch April 13, 2021 09:53
ncreated added a commit that referenced this pull request Apr 13, 2021
ncreated added a commit that referenced this pull request Apr 13, 2021
@ncreated ncreated mentioned this pull request Apr 13, 2021
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants