Skip to content

Commit 842de7b

Browse files
authored
Merge pull request #5882 from psafont/utop
2 parents adf27d5 + cd16298 commit 842de7b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ocaml/sdk-gen/go/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
(library
1515
(name gen_go_helper)
1616
(modules gen_go_helper)
17+
(modes best)
1718
(libraries
1819
CommonFunctions
1920
astring

ocaml/xapi/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
(library
5858
(name xapi_internal_minimal)
5959
(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)
60+
(modes best)
6061
(wrapped false)
6162
(libraries
6263
http_lib
@@ -65,7 +66,7 @@
6566
xapi-types
6667
xapi_database
6768
mtime
68-
tracing
69+
tracing
6970
uuid
7071
rpclib.core
7172
threads.posix

0 commit comments

Comments
 (0)