Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Alp Mestanogullari's avatar
    6ade71fb
    Hadrian: run the testsuite in Windows CI job · 6ade71fb
    Alp Mestanogullari authored and Marge Bot's avatar Marge Bot committed
    Since MR !1025 fixed the Windows build, allowing us to build a binary
    distribution, we can now run the testsuite in that CI job.
    
    This required fixing 'createFileLink': it should not try to create
    symlinks on Windows (that requires admin priviledges, which Hadrian can't
    assume). We now instead fall back to copying.
    
    This patch also removes some duplicated logic for iserv in the test rules,
    where we handle our dependency on the iserv binaries in a special way.
    6ade71fb
    History
    Hadrian: run the testsuite in Windows CI job
    Alp Mestanogullari authored and Marge Bot's avatar Marge Bot committed
    Since MR !1025 fixed the Windows build, allowing us to build a binary
    distribution, we can now run the testsuite in that CI job.
    
    This required fixing 'createFileLink': it should not try to create
    symlinks on Windows (that requires admin priviledges, which Hadrian can't
    assume). We now instead fall back to copying.
    
    This patch also removes some duplicated logic for iserv in the test rules,
    where we handle our dependency on the iserv binaries in a special way.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.