Skip to content

Commit a0ac569

Browse files
authored
Merge pull request ocaml#23331 from kit-ty-kate/fix-157
Fix brew 4.0+ sandbox related failures
2 parents 7deefcc + f0abd6d commit a0ac569

File tree

14 files changed

+14
-0
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

+14
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors: [
1414
"Alex Rozenman"
1515
"Paul Eggert"
1616
]
17+
build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
1718
build: [
1819
["bison" "--version"] {os-family != "homebrew"}
1920
["sh" "-c" "\"$(brew --prefix bison)/bin/bison\" --version"] {os-family = "homebrew"}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["flex" "--version"] {os-family != "homebrew"}
910
["sh" "-c" "\"$(brew --prefix flex)/bin/flex\" --version"] {os-family = "homebrew"}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["bash" "-ex" "configure.sh" version]
910
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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"]
78
build: [
89
["pkg-config" "openssl"]
910
{os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}

0 commit comments

Comments
 (0)