Mike McQuaid
d8242dafd1
Merge pull request #18768 from Homebrew/revamp_installed_on_request
...
Revamp installed_on_request handling
2024-11-20 08:29:14 +00:00
Bevan Kay
7c5e59e8a4
generate-cask-ci-matrix-syntax: allow no argument for syntax-only jobs
2024-11-19 20:32:12 +11:00
Mike McQuaid
4d4531c19d
Revamp installed_on_request handling
...
- `reinstall` and `upgrade` no longer mark as installed on request,
with or without names specified, but preserve the version from the
tab instead
- default `install_on_request` to `false` rather than `true`
- only set installed in request in a tab if it's missing rather than
false
Co-authored-by: Michael Cho <michael@michaelcho.dev>
2024-11-19 08:39:55 +00:00
BrewTestBot
2bbdd104c4
Update RBI files for kramdown.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-11-18 19:03:09 +00:00
BrewTestBot
270702079a
brew vendor-gems: commit updates.
2024-11-18 19:03:01 +00:00
dependabot[bot]
c1bb241e69
build(deps-dev): bump kramdown from 2.5.0 to 2.5.1 in /Library/Homebrew
...
Bumps [kramdown](https://github.com/gettalong/kramdown ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/gettalong/kramdown/releases )
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page )
- [Commits](https://github.com/gettalong/kramdown/commits )
---
updated-dependencies:
- dependency-name: kramdown
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 18:39:50 +00:00
BrewTestBot
30142b6859
Update RBI files for kramdown.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-11-18 15:26:04 +00:00
BrewTestBot
d1550da726
brew vendor-gems: commit updates.
2024-11-18 15:25:57 +00:00
dependabot[bot]
443c9e3863
build(deps-dev): bump kramdown from 2.4.0 to 2.5.0 in /Library/Homebrew
...
Bumps [kramdown](https://github.com/gettalong/kramdown ) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/gettalong/kramdown/releases )
- [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page )
- [Commits](https://github.com/gettalong/kramdown/commits )
---
updated-dependencies:
- dependency-name: kramdown
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 15:23:37 +00:00
Mike McQuaid
50cac383c7
Merge pull request #18784 from Homebrew/uninstall-unignore-deps
...
uninstall: don't ignore deps even for developers
2024-11-18 08:50:04 +00:00
Mike McQuaid
a12a215239
Merge pull request #18778 from elijaholmos/too-many-prs-saml-patch
...
fix: `too_many_open_prs()` fails without SSO access
2024-11-18 08:49:53 +00:00
Bevan Kay
597f5fa018
generate-cask-ci-matrix: fix incorrect error raised
2024-11-18 12:59:56 +11:00
Elijah Olmos
ba4dfb2664
Update Library/Homebrew/utils/github.rb
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2024-11-17 15:06:34 -07:00
Ruoyu Zhong
f2cb33011a
uninstall: don't ignore deps even for developers
...
This was discussed a while back on Slack. The idea behind this is that
ignoring dependencies during `brew uninstall` makes it too easy to break
things, even for developers. Those who know what they are doing can, and
IMO should, always use the `--ignore-dependencies` flag.
2024-11-18 00:13:12 +08:00
Mike McQuaid
22fd47b268
Merge pull request #18779 from kiracus/m4
...
Add M4 processor
2024-11-17 08:46:22 +00:00
Mike McQuaid
edacadeaf0
Merge pull request #18780 from alebcay/rename-none-dunno
...
hardware: rename none optimization flags to dunno
2024-11-17 08:45:55 +00:00
Mike McQuaid
42b66549c8
Merge pull request #18594 from bevanjkay/determine-cask-runners
...
add `generate-cask-ci-matrix` command
2024-11-17 08:42:54 +00:00
Kiracus
46389dee24
cpu_spec.rb: add Apple M4
2024-11-16 16:27:11 -08:00
BrewTestBot
a2c40daebf
Update RBI files for pry.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-11-17 00:24:32 +00:00
BrewTestBot
432146091b
brew vendor-gems: commit updates.
2024-11-17 00:24:22 +00:00
dependabot[bot]
6e65a77a27
build(deps-dev): bump pry from 0.14.2 to 0.15.0 in /Library/Homebrew
...
Bumps [pry](https://github.com/pry/pry ) from 0.14.2 to 0.15.0.
- [Release notes](https://github.com/pry/pry/releases )
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pry/pry/compare/v0.14.2...v0.15.0 )
---
updated-dependencies:
- dependency-name: pry
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-17 00:23:05 +00:00
Caleb Xu
878d5d1633
hardware: rename none optimization flags to dunno
2024-11-16 14:44:37 -05:00
Kiracus
c7b49d5cad
cpu.rb: add Apple M4
2024-11-16 09:28:44 -08:00
Bevan Kay
dd3ad5bb56
add generate-cask-ci-matrix command
2024-11-16 22:19:09 +11:00
Elijah Olmos
3922140f9a
push uncommitted code
2024-11-15 18:07:48 -07:00
Elijah Olmos
d068496aa5
chore: remove debug statement
2024-11-15 17:49:10 -07:00
Elijah Olmos
4653d5889e
fix: too_many_open_prs() fails without SSO access
2024-11-15 16:25:06 -07:00
Douglas Eichelberger
640d52c34b
Merge pull request #18769 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-ast-1.36.1
...
build(deps-dev): bump rubocop-ast from 1.33.0 to 1.36.1 in /Library/Homebrew
2024-11-15 12:00:12 -08:00
Douglas Eichelberger
e535699038
Disable false positive
2024-11-15 11:46:32 -08:00
Douglas Eichelberger
49a0a43230
brew vendor-gems: commit updates.
2024-11-14 14:47:22 -08:00
dependabot[bot]
f63f0bf458
build(deps-dev): bump rubocop-performance in /Library/Homebrew
...
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance ) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/rubocop/rubocop-performance/releases )
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.22.1...v1.23.0 )
---
updated-dependencies:
- dependency-name: rubocop-performance
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 18:55:06 +00:00
BrewTestBot
3381db9a2a
Update RBI files for rubocop-ast.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml ) workflow.
2024-11-14 05:52:26 +00:00
BrewTestBot
fa547965af
brew vendor-gems: commit updates.
2024-11-14 05:52:18 +00:00
dependabot[bot]
42c7394a8b
build(deps-dev): bump rubocop-ast in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.33.0 to 1.36.1.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.33.0...v1.36.1 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-14 05:50:22 +00:00
Eric Knibbe
e52943d8d6
os/mac/diagnostic: fix case of OpenCore check
2024-11-13 12:23:34 -05:00
Ruoyu Zhong
d0418add45
os/mac/diagnostic: improve OpenCore check
...
This is based on [1].
[1]: https://github.com/Homebrew/brew/pull/18765#issuecomment-2474056438
2024-11-14 00:55:49 +08:00
Mike McQuaid
5a2c264d19
Merge pull request #18759 from alebcay/restrict-native-optflags
...
shared: only fall back to -march=native on supported architectures
2024-11-13 16:45:26 +00:00
Ruoyu Zhong
a525ce0ad8
Apply suggestions from code review
...
Co-authored-by: Eric Knibbe <enk3@outlook.com>
2024-11-13 23:43:24 +08:00
Ruoyu Zhong
13265ca170
os/mac/diagnostic: skip OpenCore check in CI
2024-11-13 23:11:16 +08:00
Ruoyu Zhong
dee399c27d
os/mac/diagnostic: display OpenCore version
2024-11-13 23:01:29 +08:00
Ruoyu Zhong
854fc16889
os/mac/diagnostic: fix OpenCore check
...
Fixes #18763 .
2024-11-13 22:48:51 +08:00
Carlo Cabrera
bc31f731ea
Merge pull request #18762 from Homebrew/opencore-diagnostic
2024-11-13 09:55:02 +08:00
Carlo Cabrera
2c20e3b8de
os/mac/diagnostic: check for OpenCore
...
This configuration is not supported. Let's make `brew doctor` complain
about it.
2024-11-13 09:43:16 +08:00
Caleb Xu
a70d15c80d
shared: only fall back to -march=native on supported architectures
2024-11-12 11:34:40 -05:00
BrewTestBot
b168c8a3d5
brew vendor-gems: commit updates.
2024-11-12 16:31:10 +00:00
dependabot[bot]
4d1b749342
build(deps-dev): bump sorbet in /Library/Homebrew
...
Bumps [sorbet](https://github.com/sorbet/sorbet ) from 0.5.11645 to 0.5.11647.
- [Release notes](https://github.com/sorbet/sorbet/releases )
- [Commits](https://github.com/sorbet/sorbet/commits )
---
updated-dependencies:
- dependency-name: sorbet
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-11-12 16:22:46 +00:00
Michael Cho
1cb90c6005
Merge pull request #18741 from Homebrew/tap_auditor-renames-exist
...
tap_auditor: check renamed formula exists
2024-11-11 12:36:11 -05:00
Carlo Cabrera
1fbe4366a0
Support setting GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL
...
Our autobump workflow sets the author and committer to the user who
triggered the workflow, defaulting to @BrewTestBot for scheduled runs.
This can be confusing for maintainers when GitHub shows up as
"Unverified" because the commit is signed with @BrewTestBot's key.[^1]
Let's fix that by configuring our autobump workflow to always commit as
@BrewTestBot, so that the committer matches the GPG signature. To do
that, we need to add support for setting `GIT_COMMITTER_NAME` and
`GIT_COMMITTER_EMAIL`.
[^1]: See, for example, Homebrew/homebrew-core#197234 .
2024-11-11 18:45:38 +08:00
Mike McQuaid
284035d624
Merge pull request #18733 from alebcay/deprecate-disable-replacement
...
deprecate_disable: support optional replacement parameter
2024-11-11 09:49:45 +00:00
Caleb Xu
33a9d24111
linux/hardware/cpu: add some missing AMD CPUs
2024-11-09 21:54:05 -05:00