Skip to content

Commit

Permalink
[core-dev] Attempt to fix installation of coq-stdlib.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Dec 9, 2024
1 parent e1cb24f commit 5285be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-dev/packages/coq-stdlib/coq-stdlib.dev/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ build: [
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
["dune" "install" name]
["sh" "-c" "echo 'From Stdlib Require Import Reals.' > test.v && coqc test.v"] {with-test}
]

url {
Expand Down

0 comments on commit 5285be9

Please sign in to comment.