File tree Expand file tree Collapse file tree 14 files changed +58
-16
lines changed Expand file tree Collapse file tree 14 files changed +58
-16
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,20 @@ homepage: "https://www.gnu.org/software/bison/"
44bug-reports: "https://lists.gnu.org/mailman/listinfo/bug-bison"
55license: "GPL-3.0-or-later"
66authors: [
7- "Robert Corbett"
7+ "Robert Corbett"
88 "Richard Stallman"
99 "Wilfred Hansen"
1010 "Akim Demaille"
11- "Paul Hilfinger"
11+ "Paul Hilfinger"
1212 "Joel E. Denny"
1313 "Paolo Bonzini"
1414 "Alex Rozenman"
1515 "Paul Eggert"
1616]
17- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
17+ build-env: [
18+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
19+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
20+ ]
1821build: [
1922 ["bison" "--version"] {os-family != "homebrew"}
2023 ["sh" "-c" "\"$(brew --prefix bison)/bin/bison\" --version"] {os-family = "homebrew"}
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ homepage: "https://github.com/westes/flex"
44bug-reports: "https://github.com/westes/flex/issues"
55license: "https://github.com/westes/flex/blob/master/COPYING"
66authors: "The Flex Project"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["flex" "--version"] {os-family != "homebrew"}
1013 ["sh" "-c" "\"$(brew --prefix flex)/bin/flex\" --version"] {os-family = "homebrew"}
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["bash" "-ex" "configure.sh" version]
1013]
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
44bug-reports: "https://github.com/ocaml/opam-repository/issues"
55homepage: "https://www.openssl.org/"
66license: "Apache-1.0"
7- build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
7+ build-env: [
8+ [HOMEBREW_NO_INSTALL_FROM_API = "1"]
9+ [HOMEBREW_NO_AUTO_UPDATE = "1"]
10+ ]
811build: [
912 ["pkg-config" "openssl"]
1013 {os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}
You can’t perform that action at this time.
0 commit comments