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
When the cache for compile_commands.json got reused we didn't install
the OCaml compiler, which caused failures in the static analyzer,
because it couldn't locate the compiler runtime headers.
Do not skip setup-xapi-environment when the cache is reused.
This could be optimized to skip installing dune packages
(install just the compiler), but for now just install everything
to avoid the error.
Now when the cache is used we only skip installing/running
dune-compiledb.
Signed-off-by: Edwin Török <[email protected]>
0 commit comments