Shaun Jackman
b79e047e12
Merge pull request #7780 from rmNULL/enable-patchelfrb-for-devs
...
enable patchelf.rb when HOMEBREW_DEVELOPER is set
2020-06-22 13:59:43 -07:00
Misty De Meo
9cd0166c07
Merge pull request #7794 from mistydemeo/permit_arm_macs
...
Install: permit ARM-based Macs
2020-06-22 13:54:17 -07:00
Misty De Meo
89b42bc522
Install: permit ARM-based Macs
2020-06-22 12:55:59 -07:00
Misty De Meo
c1a23fc056
Merge pull request #7793 from mistydemeo/add_apple_silicon
...
OS::Mac::CPU: add Apple Silicon
2020-06-22 12:51:12 -07:00
Shaun Jackman
2e05306b06
Merge pull request #7779 from rmNULL/dont-warn-interp-for-shared-obj
...
with_interpreter?: Silence "no interpreter found"
Do not warn "no interpreter found" for shared ELF objects.
2020-06-22 12:43:58 -07:00
Misty De Meo
6a3f18b0ae
OS::Mac::CPU: add Apple Silicon
...
Co-authored-by: Shaun Jackman <sjackman@gmail.com>
2020-06-22 12:20:06 -07:00
Misty De Meo
4de9d10953
Merge pull request #7791 from mistydemeo/add_big_sur
...
OS::Mac::Version: add Big Sur
2020-06-22 12:17:08 -07:00
rmnull
6106bfc497
Enable patchelf.rb for HOMEBREW_DEVELOPERs.
...
HOMEBREW_PATCHELF_RB is enabled on 2 cases.
1) `HOMEBREW_PATCHELF_RB` is set
2) `HOMEBREW_DEVELOPER` is set , and `HOMEBREW_NO_PATCHELF_RB` is not set.
use `HOMEBREW_NO_PATCHELF_RB` to turn it off for devs.
Note: When HOMEBREW_PATCHELF_RB and HOMEBREW_NO_PATCHELF_RB both are
present, it is on
2020-06-23 00:11:50 +05:30
Misty De Meo
8d29e79f7e
OS::Mac::Version: add Big Sur
2020-06-22 11:11:51 -07:00
Issy Long
ec5952db93
Merge pull request #7790 from peterlewis/patch-1
...
'Why haven’t you pulled my pull request?' change
2020-06-22 17:41:21 +01:00
Michka Popoff
a5025e9a9f
Merge pull request #7751 from iMichka/shared
...
formulae: add generic shared_library_extension
2020-06-22 18:25:35 +02:00
Peter Lewis
68fc0398ca
'Why haven’t you pulled my pull request?' change
...
I propose changing 'Why haven’t you pulled my pull request?' to 'Why haven’t you merged my pull request?' as, unless I'm missing a trick, this wording would fit more appropriately with what the question trying to ask?
2020-06-22 17:08:27 +01:00
Mike McQuaid
550ba8b193
Merge pull request #7786 from vladimyr/std_cargo_args
...
formula: add std_cargo_args
2020-06-22 16:57:28 +01:00
Mike McQuaid
66f781821f
Merge pull request #7785 from vidusheeamoli/resolve-srb-errors
...
Resolve errors reported by Sorbet
2020-06-22 16:57:10 +01:00
vidusheeamoli
a919ba9ccd
srb: resolve error 4012. 18 errors => 13 errors
2020-06-22 20:59:39 +05:30
Mike McQuaid
d0821deedc
Merge pull request #7784 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.86.0
...
build(deps): bump rubocop from 0.85.1 to 0.86.0 in /Library/Homebrew
2020-06-22 14:31:45 +01:00
Mike McQuaid
dd50714d1e
Fix RuboCop failures.
2020-06-22 14:09:33 +01:00
Mike McQuaid
38b18ac252
brew vendor-gems: commit updates.
2020-06-22 14:07:31 +01:00
Dario Vladovic
8a62f891e1
formula: add std_cargo_args
2020-06-22 14:39:49 +02:00
vidusheeamoli
d6e587453e
srb: resolve error 4015. 25 errors => 18 errors
2020-06-22 16:33:44 +05:30
vidusheeamoli
53858e2201
Check in new definitions to Sorbet
...
New files were created after the last Sorbet update.
New definitions were added to hidden-definitions and rbi/todo was
updated
2020-06-22 16:04:02 +05:30
dependabot-preview[bot]
f8806dc5a3
build(deps): bump rubocop from 0.85.1 to 0.86.0 in /Library/Homebrew
...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop ) from 0.85.1 to 0.86.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases )
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.85.1...v0.86.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 10:33:56 +00:00
Mike McQuaid
a89b56598b
Merge pull request #7783 from Homebrew/dependabot/bundler/Library/Homebrew/parser-2.7.1.4
...
build(deps): bump parser from 2.7.1.3 to 2.7.1.4 in /Library/Homebrew
2.4.1
2020-06-22 08:10:50 +01:00
dependabot-preview[bot]
38fdeb4af4
build(deps): bump parser from 2.7.1.3 to 2.7.1.4 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 2.7.1.3 to 2.7.1.4.
- [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/v2.7.1.3...v2.7.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-22 06:01:48 +00:00
rmnull
3f211415ca
don't warn "no interpreter found" for Shared ELF objects.
2020-06-22 01:24:03 +05:30
Jonathan Chang
634c457129
Merge pull request #7778 from jonchang/pr-pull-auto-mirror
...
pr-pull: streamline mirroring and upload
2020-06-22 00:46:40 +10:00
Jonathan Chang
2b990aa53c
pr-pull: pass verbose and debug to subcommands
2020-06-22 00:25:57 +10:00
Jonathan Chang
fc98ef8601
Merge pull request #7775 from miccal/cpu_spec
...
cpu_spec: add :icelake
2020-06-21 20:12:40 +10:00
Jonathan Chang
c496e6bfcb
manpages: update for pr-pull changes
2020-06-21 19:57:39 +10:00
Jonathan Chang
17c20c0e11
pr-pull: dupe logic moved to mirror and pr-upload
2020-06-21 19:55:10 +10:00
Michka Popoff
955bca6574
formule: add generic shared-lib methods
...
We have strings containing hardcoded ".dylib" extensions in homebrew-core.
To be able to bring linuxbrew-core and homebrew-core closer together,
I am introducing a new generic attribute that can be used in formulae.
2020-06-20 23:14:18 +02:00
miccal
3263f796b6
cpu_spec: add :icelake
2020-06-20 14:14:56 +08:00
Bo Anderson
8c21e8b2db
Merge pull request #7705 from Bo98/xcode-11.5
...
os/mac/xcode: support Xcode 11.5
2020-06-20 02:25:00 +01:00
William Woodruff
f951052986
Merge pull request #7774 from rmNULL/brew_info_args
...
Accept space separated and assigned values for --days, --category flags of brew info.
2020-06-19 18:19:32 -04:00
rmnull
0f4e61062c
brew info --analytics --days=30 and --days 30 both are valid. Added this for --category as well.
2020-06-20 02:09:22 +05:30
Mike McQuaid
6049227c0a
Merge pull request #7771 from alebcay/extract-typo
...
extract: fix typo
2020-06-19 20:00:42 +01:00
Mike McQuaid
936c178aed
Merge pull request #7767 from alebcay/commands-cache
...
Cache commands list for faster shell completions
2020-06-19 20:00:32 +01:00
Mike McQuaid
9b6ac23b17
Merge pull request #7756 from Homebrew/dependabot/bundler/docs/parallel-1.19.2
...
build(deps): bump parallel from 1.19.1 to 1.19.2 in /docs
2020-06-19 20:00:17 +01:00
Mike McQuaid
18978e0ad6
Merge pull request #7773 from Bo98/java-improvements-2
...
language/java: add support for OpenJDK formula
2020-06-19 19:59:55 +01:00
Shaun Jackman
f73f1993b3
Merge pull request #7769 from sjackman/update-reset
...
update-reset: Use the default branch origin/HEAD
2020-06-19 10:33:24 -07:00
Mike McQuaid
f81ab143e3
Merge pull request #7678 from rmNULL/readelf-rb-flagged-replacement
...
needed libraries and dynamic_elf? check using readelf.rb(patchelf gem).
2020-06-19 17:20:53 +01:00
rmnull
486114282c
In ELFShim, #needed_libraries, #dynamic_elf? and #with_interpreter? check using patchelf gem.
...
Having HOMEBREW_PATCHELF_RB set in the ENV,
will conditionally install patchelf.rb gem,
use patchelf.rb in the above mentioned methods.
The installed vendored gems are listed in .gitignore
to maintain a clean state.
2020-06-19 21:23:57 +05:30
Bo Anderson
cd0c3fa835
extend/pathname: use Java.overridable_java_home_env in write_jar_script
2020-06-19 12:04:30 +01:00
Bo Anderson
c244e992af
extend/pathname: add args argument to write_env_script
2020-06-19 12:04:26 +01:00
Bo Anderson
cd93d4e38a
language/java: add support for OpenJDK formula
2020-06-19 11:46:31 +01:00
Caleb Xu
2e6b8d65b3
extract: fix typo
2020-06-18 11:19:04 -04:00
Caleb Xu
a53c92bd7f
Cache commands list for faster shell completions
2020-06-18 11:06:31 -04:00
Issy Long
67c843b91e
Merge pull request #7770 from bayandin/revert-java-improvements
...
Revert "language/java: add support for OpenJDK"
2020-06-18 13:21:46 +01:00
Alexander Bayandin
4d27c32d44
Revert "Merge pull request #7722 from Bo98/java-improvements"
...
This reverts commit 91b4d450703bcc2de6dce22eb5fdecb5a843f92e, reversing
changes made to c98901132595178b6261cbe2d51ab732dd77dac4.
2020-06-18 12:23:02 +01:00
Mike McQuaid
b37520cc01
Merge pull request #7761 from Homebrew/dependabot/bundler/Library/Homebrew/activesupport-6.0.3.2
...
build(deps): bump activesupport from 6.0.3.1 to 6.0.3.2 in /Library/Homebrew
2020-06-18 08:54:04 +01:00