Carlo Cabrera
03b76113e8
Merge pull request #13913 from carlocab/test-compiler
...
extend/ENV/std: ignore `fails_with` during `brew test`.
2022-09-22 23:02:32 +08:00
Carlo Cabrera
cad6f1cdd1
Merge pull request #13914 from carlocab/linux-keg_relocate
...
linux/keg_relocate: clean up GCC RPATH fix.
2022-09-22 11:29:02 +08:00
Rylan Polster
0b602f689a
Merge pull request #13908 from Rylan12/test-deps-formulary
...
Include test deps when loading a formula from the API
2022-09-21 13:09:34 -04:00
Carlo Cabrera
8a9ed2c48f
linux/keg_relocate: clean up GCC RPATH fix.
...
There are no more formulae in Homebrew/core that have a runtime
dependency on GCC (see Homebrew/homebrew-core#110883 ), so there is no
more need to retain linkage with GCC through a versioned path.
2022-09-22 00:53:56 +08:00
Carlo Cabrera
1d9ee93e6e
Apply suggestions from code review
...
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-09-21 23:05:00 +08:00
Carlo Cabrera
e9bcab6986
extend/ENV/std: ignore fails_with
during brew test
.
...
The compiler used to a build a formula is typically not needed during
the test.
This will allow us to get rid of some `:test` dependencies, which were
added to prevent `brew` from throwing a `CompilerSelectionError` because
the formula declares `fails_with` the default compiler.
This also helps us get more accurate results from `brew linkage` in
cases of unintended linkage with the compiler used to build.
Fixes #11795 .
2022-09-21 22:55:42 +08:00
Bo Anderson
5b02645210
Merge pull request #13910 from Homebrew/sync-triage-config
...
Synchronize triage configuration
2022-09-21 14:31:51 +01:00
Mike McQuaid
fbbcb9700c
Merge pull request #13907 from troymccabe/bugfix/13789-homepage-gh-private-repo-check
...
Checks github API if homepage 404s
2022-09-21 13:58:11 +01:00
Troy McCabe
359b3c6d36
Addresses PR comments
2022-09-21 07:35:42 -05:00
BrewTestBot
7cc51580ca
triage-issues.yml: update to match main configuration
2022-09-21 09:28:06 +00:00
Rylan Polster
f66b5ff208
Include test deps when loading a formula from the API
2022-09-21 02:53:58 -04:00
Troy McCabe
d490123d74
Second check for github repos as private homepages
2022-09-20 23:06:47 -05:00
Rylan Polster
a6aab4b349
Merge pull request #13895 from Rylan12/test-deps-api
...
Separate test from runtime dependencies in `Formula#to_hash`
2022-09-20 12:36:36 -04:00
Bo Anderson
2cacd04743
Merge pull request #13899 from Bo98/no-gcc
...
extend/os/linux/development_tools: handle no /usr/bin/gcc
2022-09-20 14:31:12 +01:00
Bo Anderson
e526c65566
extend/os/linux/development_tools: handle no /usr/bin/gcc
...
Fixes #13896 .
2022-09-20 13:06:56 +01:00
Rylan Polster
f9c8baee02
Separate test from runtime dependencies in Formula#to_hash
2022-09-19 23:32:39 -04:00
Mike McQuaid
8de3e93715
Merge pull request #13893 from Homebrew/dependabot/github_actions/codecov/codecov-action-3.1.1
...
build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
2022-09-19 20:45:43 +01:00
Mike McQuaid
ef3b44e67a
Merge pull request #13894 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.16.1
...
build(deps): bump rubocop-rails from 2.16.0 to 2.16.1 in /Library/Homebrew
2022-09-19 20:45:35 +01:00
BrewTestBot
b150c91240
Update RBI files for rubocop-rails.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-09-19 18:17:43 +00:00
BrewTestBot
4d12152177
brew vendor-gems: commit updates.
2022-09-19 18:11:51 +00:00
dependabot[bot]
b9465802f9
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.16.0 to 2.16.1.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.16.0...v2.16.1 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 18:07:59 +00:00
dependabot[bot]
5e1f2d7a7a
build(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md )
- [Commits](81cd2dc814...d9f34f8cd5
)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 18:07:23 +00:00
Bo Anderson
b8b195cc64
Merge pull request #13873 from Bo98/glibc-keg-only
...
Changes to allow keg-only glibc
3.6.2
2022-09-19 08:10:52 +01:00
Bo Anderson
50298ec77e
Merge pull request #13889 from Bo98/config-linux
...
extend/os/linux/system_config: support gcc 12 & keg-only glibc
2022-09-19 08:10:28 +01:00
Bo Anderson
1201823095
extend/os/linux/system_config: support gcc 12 & keg-only glibc
2022-09-19 07:40:15 +01:00
Bo Anderson
a372ca6100
extend/os/linux/development_tools: consider keg-only glibc & binutils
2022-09-19 07:06:22 +01:00
Bo Anderson
ae3c6a6574
extend/os/linux/install: use arch-agnostic ld.so path
2022-09-19 07:06:22 +01:00
Bo Anderson
88ca45002d
extend/os/linux/install: update old ld.so symlinks
2022-09-19 07:06:22 +01:00
Bo Anderson
07f5951b76
extend/os/linux/install: use ld.so.conf.d where possible
2022-09-19 07:06:20 +01:00
Carlo Cabrera
760341804a
Merge pull request #13833 from carlocab/libcxx-linkage
...
linkage_checker: ignore broken linkage with LLVM libc++.
2022-09-19 13:07:46 +08:00
Carlo Cabrera
957c2c983c
linkage_checker: ignore broken linkage with LLVM libc++.
...
This linkage will be broken in LLVM 15, but this is typically harmless
since dyld will load `/usr/lib/libc++.1.dylib` instead.
2022-09-19 12:37:32 +08:00
Bo Anderson
65eff656ae
Merge pull request #13882 from Bo98/gcc-latest-linux
...
Use GCC 12 for runtime libraries
2022-09-19 03:30:58 +01:00
Bo Anderson
d56d8a9c42
Merge pull request #13888 from Bo98/formulary-absolute-alias
...
formulary: fix error with absolute alias paths
2022-09-19 03:29:36 +01:00
Bo Anderson
0a7063ac51
formulary: fix error with absolute alias paths
...
Fixes #13883 .
2022-09-19 02:35:01 +01:00
Bo Anderson
66fa1f7e6a
Use GCC 12 for runtime libraries
2022-09-19 00:51:17 +01:00
Bo Anderson
df9f8786ca
Merge pull request #13885 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2022-09-18 19:15:49 +01:00
Mike McQuaid
54f2f84e90
Merge pull request #13884 from kidonng/patch-1
2022-09-18 16:03:06 +01:00
Kid
71da3760fd
Update docs/Installation.md
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2022-09-18 20:22:30 +08:00
Kid
c2e7679937
Update docs/Installation.md
...
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2022-09-18 20:22:19 +08:00
BrewTestBot
14eab15430
Update manpage and completions.
...
Autogenerated by the [sponsors-maintainers-man-completions](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/sponsors-maintainers-man-completions.yml ) workflow.
2022-09-18 12:16:37 +00:00
Mike McQuaid
1442f7f0aa
Merge pull request #13880 from Homebrew/dependabot/bundler/Library/Homebrew/connection_pool-2.3.0
...
build(deps): bump connection_pool from 2.2.5 to 2.3.0 in /Library/Homebrew
2022-09-18 13:16:03 +01:00
Mike McQuaid
8a4826a49e
Merge pull request #13875 from XuehaiPan/resource-url-mirrors-mapping
...
resource: automatic determine mirrors for `glibc-bootstrap` and PyPI resources
2022-09-18 13:14:59 +01:00
Kid
2dba6257ec
docs: document HOMEBREW_INSTALL_FROM_API
usage in installation
2022-09-18 19:24:09 +08:00
Xuehai Pan
46736c5e81
cask/audit: fix audit error when homepage is missing
2022-09-17 16:42:53 +08:00
BrewTestBot
b496b62918
Update RBI files for connection_pool.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-09-16 18:23:05 +00:00
BrewTestBot
6bdb2021b8
brew vendor-gems: commit updates.
2022-09-16 18:12:27 +00:00
dependabot[bot]
17562fc0a8
build(deps): bump connection_pool in /Library/Homebrew
...
Bumps [connection_pool](https://github.com/mperham/connection_pool ) from 2.2.5 to 2.3.0.
- [Release notes](https://github.com/mperham/connection_pool/releases )
- [Changelog](https://github.com/mperham/connection_pool/blob/main/Changes.md )
- [Commits](https://github.com/mperham/connection_pool/compare/v2.2.5...v2.3.0 )
---
updated-dependencies:
- dependency-name: connection_pool
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 18:05:10 +00:00
Xuehai Pan
d3093cd260
resource: automatic determine mirrors for PyPI resources
2022-09-16 01:57:19 +08:00
Xuehai Pan
46b3d24dd3
resource: automatic determine mirrors for glibc-bootstrap
2022-09-16 01:50:44 +08:00
Mike McQuaid
7a14ae6187
Merge pull request #13876 from Homebrew/sponsors-maintainers-man-completions
...
Update manpage and completions.
2022-09-15 17:10:44 +01:00