Skip to content
  • Matthew Pickering's avatar
    hadrian: Fix testing stage1 compiler · ad70c621
    Matthew Pickering authored and Marge Bot's avatar Marge Bot committed
    There were various issues with testing the stage1 compiler..
    
    1. The wrapper was not being built
    2. The wrapper was picking up the stage0 package database and trying to
       load prelude from that.
    3. The wrappers never worked on windows so just don't support that for
       now.
    
    Fixes #21072
    ad70c621