Bo Anderson
Bo Anderson
This causes formulae to build against with system zlib which we don't want. The original need for it is also no longer valid: https://github.com/Homebrew/brew/commit/5e42f6778357f9509f2335c7fe34c5fd5bf5c43a
### `brew doctor` output ```shell Your system is ready to brew. ``` ### Verification - [X] My "`brew doctor` output" above says `Your system is ready to brew.` and am...
- [x] Ship opt-in `HOMEBREW_RUBY3` - [x] Support system Ruby 3 on Linux (this is mostly for non-x86_64 users) under `HOMEBREW_RUBY3` (already supported under `HOMEBREW_USE_RUBY_FROM_PATH`) - #16192 - [x] Enable...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
### Describe the problem as clearly as you can I have a Gemfile that looks like this: https://github.com/Homebrew/brew/blob/master/Library/Homebrew/Gemfile. Ignore the Dependabot-specific hack at the top. The lockfile is here: https://github.com/Homebrew/brew/blob/master/Library/Homebrew/Gemfile.lock....
#489 Seems to work across all macOS and Ubuntu runners. Cache key has an extra `RUBY_PLATFORM` when using system Ruby as that can vary depending on how Ruby is compiled....
A couple repos referred to one project and a couple referred to another: https://repology.org/project/distribution/versions Split parts into `python:distribution` (which has had 3 different GitHub repo owners so far, so list...
Currently we have: ``` pyside-tools pyside2-tools pyside6 pyside6-tools python:pyside python:pyside-2 python:pyside-2-tools python:pyside-6 python:pyside-tools python:pyside2 python:pyside2-tools python:pyside6 python:pyside6-tools ``` Some are even miscategorised (WikiData reports 6.x under `python:pyside`). This attempts to...
Notable breaking change for the way we deal with bottles, that will require changes in multiple workflows and repositories: > Uploading to the same named Artifact multiple times. > >...
One of the scenarios where `turbo_tests` doesn't work as a drop-in replacement for `parallel_tests` yet is that the latter reads from `.rspec_parallel`, if available. An important difference `.rspec_parallel` has over...