Skip to content

Commit

Permalink
Merge pull request #2350 from samoht/fix-lint-errors
Browse files Browse the repository at this point in the history
Fix dubious use of `dune subst`
  • Loading branch information
samoht authored Dec 12, 2024
2 parents 7fa4b04 + 0642f47 commit 3b429d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion irmin-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ depends: [
"mirage-crypto-rng-lwt" {with-test & >= "1.1.0"}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
2 changes: 1 addition & 1 deletion irmin-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
]

build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]

0 comments on commit 3b429d0

Please sign in to comment.