llvmPackages_rocm.lldb: disable tests

This commit is contained in:
Madoura 2023-09-30 22:34:52 -05:00
parent 117639a256
commit 68ca0c26d8
No known key found for this signature in database
GPG key ID: 1B9BB76A2B71922D

View file

@ -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 ];