Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
14079 commits behind, 1 commit ahead of the upstream repository.
  • Alp Mestanogullari's avatar
    04b4b984
    add an --hadrian mode to ./validate · 04b4b984
    Alp Mestanogullari authored and Marge Bot's avatar Marge Bot committed
    When the '--hadrian' flag is passed to the validate script, we use hadrian
    to build GHC, package it up in a binary distribution and later on run GHC's
    testsuite against the said bindist, which gets installed locally in the process.
    
    Along the way, this commit fixes a typo, an omission (build iserv binaries
    before producing the bindist archive) and moves the Makefile that enables
    'make install' on those bindists from being a list of strings in the code to
    an actual file (it was becoming increasingly annoying to work with).
    
    Finally, the Settings.Builders.Ghc part of this patch is necessary for being
    able to use the installed binary distribution, in 'validate'.
    04b4b984
    History
    add an --hadrian mode to ./validate
    Alp Mestanogullari authored and Marge Bot's avatar Marge Bot committed
    When the '--hadrian' flag is passed to the validate script, we use hadrian
    to build GHC, package it up in a binary distribution and later on run GHC's
    testsuite against the said bindist, which gets installed locally in the process.
    
    Along the way, this commit fixes a typo, an omission (build iserv binaries
    before producing the bindist archive) and moves the Makefile that enables
    'make install' on those bindists from being a list of strings in the code to
    an actual file (it was becoming increasingly annoying to work with).
    
    Finally, the Settings.Builders.Ghc part of this patch is necessary for being
    able to use the installed binary distribution, in 'validate'.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.