folly 2019.07.29.00
Closes #42798. Signed-off-by: Chongyu Zhu <i@lembacon.com>
This commit is contained in:
parent
1f3a157386
commit
688cbb4ab0
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
class Folly < Formula
|
||||
desc "Collection of reusable C++ library artifacts developed at Facebook"
|
||||
homepage "https://github.com/facebook/folly"
|
||||
url "https://github.com/facebook/folly/archive/v2019.07.22.00.tar.gz"
|
||||
sha256 "0d895a10ea297fc8b1a95b6f64b882de6556a0f7ba92f239ea46f0a60944f647"
|
||||
url "https://github.com/facebook/folly/archive/v2019.07.29.00.tar.gz"
|
||||
sha256 "7496e5641ebbae3c7a64d4ae3cbbf78a0bd14f91844a1755d28f9fb5e0d3537b"
|
||||
head "https://github.com/facebook/folly.git"
|
||||
|
||||
bottle do
|
||||
|
@ -28,10 +28,6 @@ class Folly < Formula
|
|||
depends_on "xz"
|
||||
depends_on "zstd"
|
||||
|
||||
# Known issue upstream. They're working on it:
|
||||
# https://github.com/facebook/folly/pull/445
|
||||
fails_with :gcc => "6"
|
||||
|
||||
def install
|
||||
mkdir "_build" do
|
||||
args = std_cmake_args + %w[
|
||||
|
|
Loading…
Reference in a new issue