Skip to content
  • Christian Dietrich's avatar
    historical: do not clean chash cache · 42f4b8ab
    Christian Dietrich authored
    Ok this is a tricky one:
    
    If
    a) a commit fails, the repository is reset for the next build
    b) now ccache restructs a .o file without creating .hash or .hash.copy files
    c) now a semantic change happens, which chash detects, but its cache is broken.
    
    -> ccache makes clang-hash dumber
    42f4b8ab