33496 Commits

Author SHA1 Message Date
Bo Anderson
5445bf8f39
shims/super/cc: unset RUBYLIB 2022-11-30 03:50:38 +00:00
Mike McQuaid
cb355a23a0
Merge pull request #14176 from Frederick888/curl_follow_redirection
Curl: Fix following redirections when base changes
2022-11-29 15:02:11 +00:00
Frederick Zhang
c27eed4606
Curl: Fix following redirections when base changes
Update base URL when there is an absolute location, so that following
relative locations are considered relative to the new base.

Consider below cURL output for https://example_one.com:

    HTTP/1.1 302 Moved Temporarily
    Location: https://example_two.com

    HTTP/1.1 302 Moved Temporarily
    Location: /foo/

    HTTP/1.1 200 OK

The final URL should be https://example_two.com/foo/ rather than
https://example_one.com/foo/.
2022-11-30 01:32:24 +11:00
Mike McQuaid
747829334b
Merge pull request #14180 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.15.0
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
3.6.13
2022-11-29 11:56:53 +00:00
Mike McQuaid
f384c94ee5
Merge pull request #14179 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.1.3.0
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
2022-11-29 11:56:42 +00:00
Mike McQuaid
f3085e51a2
Merge pull request #14156 from EricFromCanada/additional-ci-tests
CI: check yard & mdl output
2022-11-29 11:15:34 +00:00
Mike McQuaid
b936fd6677
Merge pull request #14173 from carlocab/rm-change-arch
brew.sh: remove `HOMEBREW_CHANGE_ARCH_TO_ARM`
2022-11-29 11:15:20 +00:00
Mike McQuaid
731a1eb266
Merge pull request #14174 from carlocab/ephemeral-skip
workflows/doctor: skip unnecessary steps
2022-11-29 11:15:01 +00:00
Mike McQuaid
4c95e0dc3f
Merge pull request #14181 from kaihowl/fix/nounset
fix: allow running bin/brew with SHELLOPTS=nounset
2022-11-29 11:14:44 +00:00
Mike McQuaid
69b7a61661
Merge pull request #14186 from memark/patch-1
Update README.md
2022-11-29 11:14:30 +00:00
Mike McQuaid
621ebbe7db
Merge pull request #14182 from shivammathur/add-github-output
bin/brew: add GITHUB_OUTPUT
2022-11-29 11:13:47 +00:00
BrewTestBot
be73fc19dd
Update RBI files for parser.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-29 10:49:22 +00:00
BrewTestBot
23ef33c3b1
Update RBI files for bootsnap.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-29 10:47:12 +00:00
BrewTestBot
36c1a15eda
brew vendor-gems: commit updates. 2022-11-29 10:44:27 +00:00
BrewTestBot
d121cd6cc1
brew vendor-gems: commit updates. 2022-11-29 10:42:15 +00:00
Mike McQuaid
64a14edacc
Merge branch 'master' into additional-ci-tests 2022-11-29 10:39:14 +00:00
dependabot[bot]
b00046eec1
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
Bumps [parser](https://github.com/whitequark/parser) from 3.1.2.1 to 3.1.3.0.
- [Release notes](https://github.com/whitequark/parser/releases)
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whitequark/parser/compare/v3.1.2.1...v3.1.3.0)

---
updated-dependencies:
- dependency-name: parser
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:40 +00:00
Mike McQuaid
2262abf317
Merge branch 'master' into rm-change-arch 2022-11-29 10:38:32 +00:00
dependabot[bot]
d69b827715
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases)
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: bootsnap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:32 +00:00
Mike McQuaid
775ac04192
Merge branch 'master' into ephemeral-skip 2022-11-29 10:38:24 +00:00
Mike McQuaid
8fa9f573d4
Merge branch 'master' into fix/nounset 2022-11-29 10:37:48 +00:00
Mike McQuaid
0675128dac
Merge branch 'master' into patch-1 2022-11-29 10:37:41 +00:00
Mike McQuaid
cccd5894d3
Merge branch 'master' into add-github-output 2022-11-29 10:37:33 +00:00
Mike McQuaid
d98de7438a
Merge pull request #14185 from MikeMcQuaid/remove_some_diagnostics
diagnostic: remove some checks.
2022-11-29 10:08:50 +00:00
Magnus Markling
e9cc25f5ef
Update README.md
Remove `brew search` entirely as per suggestion.

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2022-11-29 10:29:49 +01:00
Mike McQuaid
49bacd681e
diagnostic: remove some checks.
- Some of these are currently failing globally on GitHub Actions.
- Some(/all?) of these predate our use of the macOS sandbox,
  environment filtering, PATH filtering and pushing users much harder to
  use bottles instead of building from source
- I haven't seen a case for a long time where any of these actually
  debugged a user issue. If/when this happens: we can add a given check
  back.
- This should allow us to dramatically reduce the amount of cleanup
  that `brew test-bot` needs to do on GitHub Actions.
2022-11-29 09:21:34 +00:00
Magnus Markling
195381226e
Update README.md 2022-11-29 08:02:36 +01:00
Kai Hoewelmeyer
3e0bb17780 please shellcheck 2022-11-28 19:54:30 +01:00
Kai Hoewelmeyer
a5b29a79e6 and another one 2022-11-28 19:36:03 +01:00
Kai Hoewelmeyer
43c3c59ca4 fix one more 2022-11-28 19:34:20 +01:00
Kai Hoewelmeyer
4d4f476f73 set -u and fix follow up errors 2022-11-28 19:31:28 +01:00
Shivam Mathur
27dd46d6a9 bin/brew: add GITHUB_OUTPUT 2022-11-27 09:06:56 +00:00
Kai Hoewelmeyer
5db5c6e99a fix: allow running bin/brew with SHELLOPTS=nounset
A similar fix is already present on line 6.
2022-11-26 17:41:36 +01:00
EricFromCanada
d9ef454528
CI: add docs.yml
With fixes for Markdown syntax to allow tests to pass.
2022-11-26 10:28:12 -05:00
Carlo Cabrera
2c1572c44c
workflows/doctor: skip unnecessary steps
Based on discussion from #14172.
2022-11-24 22:44:56 +08:00
Carlo Cabrera
9c88c39bae
Merge pull request #14172 from carlocab/doctor-runners
workflows/doctor: use ephemeral runners
2022-11-24 22:41:41 +08:00
Carlo Cabrera
239743f39b
Fix shellcheck error 2022-11-24 22:15:03 +08:00
Carlo Cabrera
cf01a7f985
brew.sh: remove HOMEBREW_CHANGE_ARCH_TO_ARM
We used to need this because the GitHub runner process was running under
Rosetta. GitHub Actions has supported native M1 runners for a few months
now, so I think it's time to remove this.
2022-11-24 22:07:30 +08:00
Carlo Cabrera
08e81aaf7a
Apply suggestions from code review
Co-authored-by: Bo Anderson <mail@boanderson.me>
2022-11-24 21:45:16 +08:00
Carlo Cabrera
2f28b28058
workflows/doctor: use ephemeral runners
This workflow hasn't been set up to run on our ephemeral runners. Let's
fix that.
2022-11-24 14:15:10 +08:00
apainintheneck
1db5d967c3 Ignore os.rb where checks are defined 2022-11-23 20:39:59 -08:00
apainintheneck
9c2293a08e Move Sandbox check to extend/os 2022-11-23 20:39:59 -08:00
apainintheneck
65bce0ed3c Move unpack_strategy/zip check to extend/os 2022-11-23 20:39:59 -08:00
apainintheneck
260fc858df Fix rubocop errors 2022-11-23 20:39:39 -08:00
apainintheneck
d69326c8d0 Move ::Cleanup check to extend/os 2022-11-23 20:38:40 -08:00
Mike McQuaid
4abca3fa1f
Merge pull request #14169 from Homebrew/dependabot/bundler/Library/Homebrew/rack-3.0.1
build(deps): bump rack from 3.0.0 to 3.0.1 in /Library/Homebrew
2022-11-22 09:13:00 +00:00
Mike McQuaid
fac7b05082
Merge pull request #14168 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rails-2.17.3
build(deps): bump rubocop-rails from 2.17.2 to 2.17.3 in /Library/Homebrew
2022-11-22 09:12:46 +00:00
BrewTestBot
5ad0cd406a
Update RBI files for rack.
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml) workflow.
2022-11-21 18:19:32 +00:00
BrewTestBot
6e215ecaba
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-11-21 18:14:15 +00:00
BrewTestBot
7d3a9d2e8e
brew vendor-gems: commit updates. 2022-11-21 18:11:24 +00:00