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
Troy McCabe
359b3c6d36
Addresses PR comments
2022-09-21 07:35:42 -05: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
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
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
Bo Anderson
b8b195cc64
Merge pull request #13873 from Bo98/glibc-keg-only
...
Changes to allow keg-only glibc
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
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
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
cd405c7911
Merge pull request #13874 from gromgit/shellenv/colon-comment
...
shellenv: add explanatory MANPATH comment
2022-09-15 16:38:32 +01:00
Adrian Ho
75c5769e75
shellenv: add explanatory MANPATH comment
...
Resolves #13867 and (hopefully) future attempts to correct the intended functionality.
2022-09-15 23:00:34 +08:00
Sean Molenaar
67c6cae6a0
Merge pull request #13857 from SMillerDev/feature/cask/auto_audit
...
Cask: automatically add cask audits
2022-09-15 16:27:07 +02:00
Sean Molenaar
f049e90e41
audit_spec: style fix
2022-09-15 15:33:25 +02:00
Sean Molenaar
5697ca79b1
audit_spec: limit stanza check
2022-09-15 15:27:43 +02:00
Mike McQuaid
6eaa510615
Merge pull request #13842 from Rylan12/api-in-tab
...
Include `loaded_from_api` key in `Tab`
2022-09-15 09:16:58 +01:00
Mike McQuaid
2a9658de59
Merge pull request #13870 from Homebrew/dependabot/bundler/Library/Homebrew/unicode-display_width-2.3.0
...
build(deps): bump unicode-display_width from 2.2.0 to 2.3.0 in /Library/Homebrew
2022-09-15 09:13:17 +01:00
Rylan Polster
e8f2d8f6c5
Load formulae from their aliases using the API
2022-09-14 23:59:10 -04:00
Rylan Polster
b44f715f82
Include loaded_from_api
key in Tab
2022-09-14 22:23:01 -04:00
BrewTestBot
e83936e4bb
Update RBI files for unicode-display_width.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-09-14 18:18:14 +00:00
BrewTestBot
4eea510432
brew vendor-gems: commit updates.
2022-09-14 18:13:26 +00:00
dependabot[bot]
5473201dc2
build(deps): bump unicode-display_width in /Library/Homebrew
...
Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width ) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/janlelis/unicode-display_width/releases )
- [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md )
- [Commits](https://github.com/janlelis/unicode-display_width/compare/v2.2.0...v2.3.0 )
---
updated-dependencies:
- dependency-name: unicode-display_width
dependency-type: indirect
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-14 18:07:36 +00:00
Mike McQuaid
1b3f5980be
Merge pull request #13839 from apainintheneck/no-autoremove-build-deps-when-built-from-src
...
autoremove: ignore build deps when built from src
2022-09-14 13:10:14 +01:00
Mike McQuaid
25391dc72b
Merge pull request #13864 from MikeMcQuaid/cask_quarantine
...
diagnostic: improve cask quarantine messaging.
2022-09-14 13:05:10 +01:00
Mike McQuaid
14629216ba
diagnostic: improve cask quarantine messaging.
...
I'm now getting "Unknown support status" on 12.6 and it's not obvious at
all what's outputting this and why.
2022-09-14 12:32:26 +01:00