llvmPackages_rocm.lldb: disable tests
This commit is contained in:
parent
117639a256
commit
68ca0c26d8
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ in rec {
|
|||
|
||||
lldb = callPackage ./llvm.nix rec {
|
||||
stdenv = rocmClangStdenv;
|
||||
buildTests = false; # ld.lld: error: unable to find library -lllvm_gtest_main
|
||||
buildTests = false; # FIXME: Bad pathing for clang executable in tests, using relative path most likely
|
||||
targetName = "lldb";
|
||||
targetDir = targetName;
|
||||
extraNativeBuildInputs = [ python3Packages.sphinx-automodapi ];
|
||||
|
|
Loading…
Reference in a new issue