This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 08, 2021
-
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.11.3 to 1.11.4. - [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.11.3...v1.11.4 ) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 07, 2021
-
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [parlour](https://github.com/AaronC81/parlour) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/AaronC81/parlour/releases) - [Changelog](https://github.com/AaronC81/parlour/blob/master/CHANGELOG.md) - [Commits](https://github.com/AaronC81/parlour/compare/6.0.0...6.0.1 ) --- updated-dependencies: - dependency-name: parlour dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 06, 2021
-
-
Carlo Cabrera authored
A number of formulae use a variant of `Time.now` to generate the build time of the formula. Let's define a method to make sure that: 1. it uses `SOURCE_DATE_EPOCH` whenever available; and, 2. it uses `utc`. Both should help with build reproducibility. See Homebrew/homebrew-core#80608.
-
BrewTestBot authored
-
BrewTestBot authored
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [mime-types-data](https://github.com/mime-types/mime-types-data) from 3.2021.0225 to 3.2021.0704. - [Release notes](https://github.com/mime-types/mime-types-data/releases) - [Changelog](https://github.com/mime-types/mime-types-data/blob/master/History.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2021.0225...v3.2021.0704 ) --- updated-dependencies: - dependency-name: mime-types-data dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.7.0...addressable-2.8.0 ) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Carlo Cabrera authored
Co-authored-by:
Rylan Polster <rslpolster@gmail.com>
-
Carlo Cabrera authored
1. Never install `binutils`. Instead, report an audit failure. 2. Tighten instruction check with a stricter matching strategy.
-
Dawid Dziurla authored
-
- Jul 05, 2021
-
-
Dawid Dziurla authored
-
- Jul 04, 2021
-
-
Dawid Dziurla authored
-
Carlo Cabrera authored
This implements the second audit discussed in #11608.
-
Carlo Cabrera authored
-
- Jul 02, 2021
-
-
BrewTestBot authored
-
BrewTestBot authored
-
dependabot[bot] authored
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.11.1 to 2.11.2. - [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.11.1...v2.11.2 ) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Carlo Cabrera authored
This is implements the first audit discussed in #11608.
-
- Jul 01, 2021
-
-
Carlo Cabrera authored
Some formulae are able to detect the features of the runtime CPU, and execute code accordingly. This typically entails 1) the detection of features of the build-time CPU in order to determine the targets that the compiler can generate code for, and 2) generating code for the targets that the compiler can support. Our filtering of optimization flags can cause misdetection of compiler features, leading to failed builds [1], and miscompilation even when the build does not fail [2]. Let's try to fix this by allowing formulae to declare `ENV.runtime_cpu_detection` which skips the filtering of `-march` and related flags. I've also skipped the filtering of the optimisation level, since it seems to me that if upstream maintainers have gone to the lengths of writing code that detects runtime hardware, they probably also know better about appropriate `-O` flags to use. This is a partial list of formulae that should make use of this feature: 1. apache-arrow 2. fftw 3. gromacs 4. open-mpi 5. openblas Partially resolves Homebrew/homebrew-core#76537. [1] open-mpi/ompi#8306 and linked issues/PRs [2] Homebrew/homebrew-core#76537
-
hyuraku authored
-
BrewTestBot authored
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml) workflow.
-
Allen Reese authored
-
Mike McQuaid authored
We'll no longer need this DSL so let's move towards deprecation.
-
- Jun 30, 2021
-
-
Sam Ford authored
-
Sam Ford authored
-
Mike McQuaid authored
- be more verbose with output to be clear when we're using/submitting to BuildPulse - remove the duplicate BuildPulse submission step
-
Mike McQuaid authored
Doesn't work with system `curl` currently.
-
- Jun 29, 2021
-
-
Mike McQuaid authored
BuildPulse is trying to find flaky tests for us but, given the previous model of using `rspec-retry`, it would rarely find them. Instead, let's try to always rerun `brew tests` multiple times, report to BuildPulse each time (by moving the reporting logic into `brew tests`) and disable `rspec-retry` when using BuildPulse. While we're here, let's enable `rspec-retry` locally so we don't have flaky tests biting maintainers/contributors there.
-
Mike McQuaid authored
Now we have `all:` bottles and Bintray is going away for `mirror`s: let's bottle everything in Homebrew/homebrew-core.
-
Sam Ford authored
-
Sam Ford authored
-
Michael Cho authored
-
- Jun 28, 2021
-
-
BrewTestBot authored
-
BrewTestBot authored
-