this repo has no description

Use empty brewfile

Changed files
+22 -4
packages
dkml-component-staging-ocamlrun
dkml-component-staging-ocamlrun.4.12.1~v1.0.2
dkml-component-staging-opam32
dkml-component-staging-opam32.2.2.0~alpha0~20221104
dkml-component-staging-opam64
dkml-component-staging-opam64.2.2.0~alpha0~20221104
+7 -1
packages/dkml-component-staging-ocamlrun/dkml-component-staging-ocamlrun.4.12.1~v1.0.2/opam
···
]
dev-repo: "git+https://github.com/diskuv/dkml-component-ocamlrun.git"
available: [ os = "macos" | (os = "linux" & (arch = "x86_32" | arch = "x86_64")) | os = "win32" ]
+
build-env: [
+
[HOMEBREW_NO_AUTO_UPDATE = "1"]
+
]
build: [
# Homebrew's bundle tap, needed for reproducible build auditing in drc's crossplatform-functions.sh.
-
["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# TODO: Move the brewbundle.sh to drc, or in drc skip reproducible build auditing if bundle tap is not installable
+
# WAS: ["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# NOW: Use an empty Brewfule
+
["touch" "Brewfile"] {os = "macos"}
# OCaml source code
["install" "-d" "dl/ocaml/flexdll"]
+8 -2
packages/dkml-component-staging-opam32/dkml-component-staging-opam32.2.2.0~alpha0~20221104/opam
···
-
opam-version: "2.0"
+
opam-version: "2.0"
synopsis: "DKML component for 32-bit versions of opam"
description: """
For 32-bit capable platforms, opam, opam-putenv and opam-installer will be in <share>/staging-files/<platform>.
···
"ocaml-option-32bit"
]
dev-repo: "git+https://github.com/diskuv/dkml-component-opam.git"
+
build-env: [
+
[HOMEBREW_NO_AUTO_UPDATE = "1"]
+
]
build: [
# Homebrew's bundle tap, needed for reproducible build auditing in drc's crossplatform-functions.sh.
-
["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# TODO: Move the brewbundle.sh to drc, or in drc skip reproducible build auditing if bundle tap is not installable
+
# WAS: ["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# NOW: Use an empty Brewfule
+
["touch" "Brewfile"] {os = "macos"}
# Opam source code
["install" "-d" "dl/opam"]
+7 -1
packages/dkml-component-staging-opam64/dkml-component-staging-opam64.2.2.0~alpha0~20221104/opam
···
"ocaml-option-32bit"
]
dev-repo: "git+https://github.com/diskuv/dkml-component-opam.git"
+
build-env: [
+
[HOMEBREW_NO_AUTO_UPDATE = "1"]
+
]
build: [
# Homebrew's bundle tap, needed for reproducible build auditing in drc's crossplatform-functions.sh.
-
["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# TODO: Move the brewbundle.sh to drc, or in drc skip reproducible build auditing if bundle tap is not installable
+
# WAS: ["sh" "src/opamtime/brewbundle.sh"] {os = "macos"}
+
# NOW: Use an empty Brewfule
+
["touch" "Brewfile"] {os = "macos"}
# Opam source code
["install" "-d" "dl/opam"]