Skip to content

Commit

Permalink
Merge pull request #3246 from proux01/fix_stdlib_dev
Browse files Browse the repository at this point in the history
[core-dev] Fix installation of coq-stdlib.dev
  • Loading branch information
proux01 authored Dec 9, 2024
2 parents e1cb24f + 5285be9 commit 296f08c
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 296f08c

Please sign in to comment.