Skip to content

Commit c56da6f

Browse files
authored
Merge pull request ocaml#23586 from samoht/homerbrew-no-auto-update
Add HOMEBREW_NO_AUTO_UPDATE=1 to homebrew packages
2 parents 9cfac26 + 163b0f2 commit c56da6f

File tree

14 files changed

+58
-16
lines changed
  • packages
    • conf-bison/conf-bison.2
    • conf-flex/conf-flex.2
    • conf-libclang
      • conf-libclang.1.0.0
      • conf-libclang.10
      • conf-libclang.11
      • conf-libclang.12
      • conf-libclang.13
      • conf-libclang.14
      • conf-libclang.15
    • conf-libssl
    • conf-qt/conf-qt.5.2.1

14 files changed

+58
-16
lines changed

packages/conf-bison/conf-bison.2/opam

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ homepage: "https://www.gnu.org/software/bison/"
44
bug-reports: "https://lists.gnu.org/mailman/listinfo/bug-bison"
55
license: "GPL-3.0-or-later"
66
authors: [
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+
]
1821
build: [
1922
["bison" "--version"] {os-family != "homebrew"}
2023
["sh" "-c" "\"$(brew --prefix bison)/bin/bison\" --version"] {os-family = "homebrew"}

packages/conf-flex/conf-flex.2/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ homepage: "https://github.com/westes/flex"
44
bug-reports: "https://github.com/westes/flex/issues"
55
license: "https://github.com/westes/flex/blob/master/COPYING"
66
authors: "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+
]
811
build: [
912
["flex" "--version"] {os-family != "homebrew"}
1013
["sh" "-c" "\"$(brew --prefix flex)/bin/flex\" --version"] {os-family = "homebrew"}

packages/conf-libclang/conf-libclang.1.0.0/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.10/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.11/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.12/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.13/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.14/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libclang/conf-libclang.15/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: "The LLVM team"
44
homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "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+
]
811
build: [
912
["bash" "-ex" "configure.sh" version]
1013
]

packages/conf-libssl/conf-libssl.1/opam

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ authors: ["The OpenSSL Project"]
44
bug-reports: "https://github.com/ocaml/opam-repository/issues"
55
homepage: "https://www.openssl.org/"
66
license: "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+
]
811
build: [
912
["pkg-config" "openssl"]
1013
{os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}

0 commit comments

Comments
 (0)