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

Remove Homebrew no-auto-update env var from CI #1374

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

ychin
Copy link
Member

@ychin ychin commented Feb 28, 2023

With the release of Homebrew 4, auto-update is supposed to be more efficient now. By removing the HOMEBREW_NO_AUTO_UPDATE env var from CI, this will make sure that all the packages that we link to in CI will be up to date instead of whatever just happens to be installed on the CI environment which can sometimes fluctuate.

With the release of Homebrew 4, auto-update is supposed to be more
efficient now. By removing the HOMEBREW_NO_AUTO_UPDATE env var from CI,
this will make sure that all the packages that we link to in CI will be
up to date instead of whatever just happens to be installed on the CI
environment which can sometimes fluctuate.
@ychin ychin added the Infrastructure Non-app infrastructure issues, e.g. CI label Feb 28, 2023
@ychin
Copy link
Member Author

ychin commented Feb 28, 2023

GitHub CI hosted runners are now using Homebrew 4 (actions/runner-images@dc6b07a), so this will work properly.

@ychin ychin merged commit 9dbe03b into macvim-dev:master Feb 28, 2023
@ychin ychin deleted the ci-remove-homebrew-no-auto-update branch February 28, 2023 07:40
@ychin ychin added the Non User Facing Non-user facing change. These issues do no need to show up in release notes. label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Non-app infrastructure issues, e.g. CI Non User Facing Non-user facing change. These issues do no need to show up in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant