[GHC] #15576: Hadrian puts its build tree in the wrong place
GHC
ghc-devs at haskell.org
Wed Aug 29 17:45:59 UTC 2018
#15576: Hadrian puts its build tree in the wrong place
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.4.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by snowleopard):
You can change the build directory via the command line using `--build-
root=PATH` (or shorter `-oPATH`).
Can you try this?
{{{
hadrian/build.sh -c -j4 --flavour=quick -o/playpen/ghc
}}}
This is documented here: https://github.com/snowleopard/hadrian#command-
line-flags.
We can also add support for specifying the build directory in
`UserSettings` so that you don't need to specify it each time via the
command line.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15576#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list