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

brew.sh: always run test-bot under Ruby 3 #16253

Merged
merged 1 commit into from Nov 24, 2023

Conversation

Bo98
Copy link
Member

@Bo98 Bo98 commented Nov 24, 2023

We set HOMEBREW_DEVELOPER within test-bot so we end up running a mixed 2.6 and 3.1 mode that installs and uninstalls Ruby 3 repeatedly depending on the command.

Easiest fix is to force test-bot to be Ruby 3. Stuff like brew -v test-bot isn't detected here but this code is going to disappear on Monday anyway.

Fixes Homebrew/homebrew-test-bot#988

@Bo98 Bo98 added the critical Critical change which should be shipped as soon as possible. label Nov 24, 2023
@MikeMcQuaid MikeMcQuaid merged commit dbcb475 into Homebrew:master Nov 24, 2023
28 checks passed
@Bo98 Bo98 deleted the test-bot-fix branch November 24, 2023 17:40
@github-actions github-actions bot added the outdated PR was locked due to age label Dec 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
critical Critical change which should be shipped as soon as possible. outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

brew test-bot --only-formulae fails with a parsing error
3 participants