Skip to content

Commit

Permalink
Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Jun 4, 2024
1 parent b54814d commit b333d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq-stablesort.opam
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In addition, each of the above two kinds of mergesort functions has a smooth
slices in the input."""

build: [make "-j%{jobs}%"]
run-test: [make "-j%{jobs}%" "build-misc"]
run-test: [ [make "-j%{jobs}%" "build-misc" ] { coq:version < "8.17" | "8.18" <= coq:version } ]
install: [make "install"]
depends: [
"coq" {>= "8.13"}
Expand Down

0 comments on commit b333d40

Please sign in to comment.