diff --git a/.drom b/.drom index 4c5438af..9c35ef2e 100644 --- a/.drom +++ b/.drom @@ -5,7 +5,7 @@ version:0.8.0 # hash of toml configuration files # used for generation of all files -184c7f1cb3b008555ed6a03b082ae98f:. +8afa290241b8702b433a9afa81f150c1:. # end context for . # begin context for .github/workflows/workflow.yml @@ -115,7 +115,7 @@ b9f2c87e2fd71a152b79fac4a7ba7c8e:dune # begin context for opam/drom_toml.opam # file opam/drom_toml.opam -49100060da48de3163e62ee6806d3973:opam/drom_toml.opam +68a1705efeab2682315f5d3eca7ee3b4:opam/drom_toml.opam # end context for opam/drom_toml.opam # begin context for scripts/after.sh diff --git a/opam/drom_toml.opam b/opam/drom_toml.opam index 293aa072..6587a44d 100644 --- a/opam/drom_toml.opam +++ b/opam/drom_toml.opam @@ -28,17 +28,7 @@ tags: "org:ocamlpro" build: [ ["dune" "subst"] {dev} ["sh" "-c" "./scripts/before.sh build '%{name}%'"] - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] + ["dune" "build" "-p" name "-j" jobs "@install"] ["sh" "-c" "./scripts/after.sh build '%{name}%'"] ] install: [ diff --git a/src/toml.7.1.0/package.toml b/src/toml.7.1.0/package.toml index e7489570..f1dafed6 100644 --- a/src/toml.7.1.0/package.toml +++ b/src/toml.7.1.0/package.toml @@ -65,3 +65,5 @@ menhir = ">2019" # gen-opam = "some" | "all" [fields] dune-libraries = "str unix" +no-opam-test = "yes" +no-opam-doc = "yes"