Skip to content

Commit

Permalink
opam: add configure step for xenopsd
Browse files Browse the repository at this point in the history
This is needed to generate the vif script and make it installable

Signed-off-by: Pau Ruiz Safont <[email protected]>
  • Loading branch information
psafont committed Oct 2, 2024
1 parent 802dda6 commit 9a202e8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xapi-tools.opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ depends: [
"xenstore_transport" {with-test}
"odoc" {with-doc}
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
build: [
["./configure"]
["dune" "subst"] {dev}
[
"dune"
Expand All @@ -50,4 +52,3 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
15 changes: 15 additions & 0 deletions xapi-tools.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
build: [
["./configure"]
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]

0 comments on commit 9a202e8

Please sign in to comment.