You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(opam): make backtrace public again in xapi-log.backtrace
When using `opam` to install all packages from XAPI some libraries
failed to build because the internal `backtrace` library was only
available in the `xapi-log` package.
The build worked when using `dune` directly (or `koji`), because they
build the entire repository instead of individual packages.
To avoid conflicts with the `xapi-backtrace` installed from `xs-opam`
make the backtrace library properly part of `xapi-log`, by exposing it
as `xapi-log.backtrace`.
Put the cram tests into the xapi-log.backtrace package too.
Add rpclib as a dependency for xapi-log, it was a dependency of
xapi-backtrace.
Fixes: e4da294 ("[maintenance]: use internal backtrace library")
Signed-off-by: Edwin Török <edwin.torok@citrix.com>
0 commit comments