Skip to content

Commit

Permalink
Merge pull request xapi-project#5882 from psafont/utop
Browse files Browse the repository at this point in the history
  • Loading branch information
psafont authored Jul 25, 2024
2 parents adf27d5 + cd16298 commit 842de7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ocaml/sdk-gen/go/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
(library
(name gen_go_helper)
(modules gen_go_helper)
(modes best)
(libraries
CommonFunctions
astring
Expand Down
3 changes: 2 additions & 1 deletion ocaml/xapi/dune
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
(library
(name xapi_internal_minimal)
(modules context custom_actions xapi_globs server_helpers session_check rbac rbac_audit db_actions taskHelper eventgen locking_helpers exnHelper rbac_static xapi_role xapi_extensions db)
(modes best)
(wrapped false)
(libraries
http_lib
Expand All @@ -65,7 +66,7 @@
xapi-types
xapi_database
mtime
tracing
tracing
uuid
rpclib.core
threads.posix
Expand Down

0 comments on commit 842de7b

Please sign in to comment.