Skip to content
  • Edward Z. Yang's avatar
    More accurately determine monitors to monitor. · a9052da2
    Edward Z. Yang authored
    
    
    Previously, we used the solver dependencies to figure out
    what to monitor, but this lead to a failure mode where we
    would also monitor the monitor files associated with the
    test suite, which we really shouldn't do.
    
    This patch pushes the monitor file calculation later until
    the build step, at which point we know exactly what our
    dependencies are, and monitor those precisely.
    
    Fixes #4405.
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    a9052da2