81 lines
1.2 KiB
Text
81 lines
1.2 KiB
Text
|
|
(cram
|
||
|
|
(alias pkg)
|
||
|
|
(applies_to :whole_subtree))
|
||
|
|
|
||
|
|
(env
|
||
|
|
(_
|
||
|
|
(env-vars
|
||
|
|
(DUNE_DEBUG_PACKAGE_LOGS 1))))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps helpers.sh %{bin:git} ../git-helpers.sh)
|
||
|
|
(applies_to :whole_subtree))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:patch})
|
||
|
|
(applies_to patch opam-package-with-patch extra-sources))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(applies_to rev-store-lock-linux)
|
||
|
|
(enabled_if
|
||
|
|
(= %{system} linux))
|
||
|
|
(deps %{bin:strace}))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:awk} %{bin:cmp})
|
||
|
|
(applies_to git-repo))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:make})
|
||
|
|
(applies_to make))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:which})
|
||
|
|
(applies_to pkg-deps))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:curl})
|
||
|
|
(applies_to
|
||
|
|
unavailable-source-package
|
||
|
|
compute-checksums-when-missing
|
||
|
|
e2e
|
||
|
|
ocamlformat-dev-tool
|
||
|
|
source-caching
|
||
|
|
tarball
|
||
|
|
pin-depends
|
||
|
|
extra-sources
|
||
|
|
broken-symlink-in-dependency))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:md5sum})
|
||
|
|
(applies_to
|
||
|
|
source-caching
|
||
|
|
extra-sources
|
||
|
|
ocamlformat-dev-tool
|
||
|
|
dev-tool-conflict-test
|
||
|
|
broken-symlink-in-dependency))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:tar})
|
||
|
|
(applies_to
|
||
|
|
source-caching
|
||
|
|
tarball
|
||
|
|
pin-depends
|
||
|
|
extra-sources
|
||
|
|
pkg-extract-fail
|
||
|
|
broken-symlink-in-dependency))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:ocaml_index})
|
||
|
|
(applies_to gh10985))
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(deps %{bin:unzip})
|
||
|
|
(applies_to pkg-extract-fail))
|
||
|
|
|
||
|
|
;; disabled for flakiness
|
||
|
|
|
||
|
|
(cram
|
||
|
|
(enabled_if false)
|
||
|
|
(applies_to gh10959))
|