Skip to content

hadrian: Fix testing stage1 compiler

Matthew Pickering requested to merge wip/hadrian-stage1-tests into master

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.

Fixes #21072 (closed)

Merge request reports