[GHC] #16325: Hadrian should respect the build root setting for the testsuite and its own binaries
GHC
ghc-devs at haskell.org
Sat Mar 9 07:08:28 UTC 2019
#16325: Hadrian should respect the build root setting for the testsuite and its own
binaries
-------------------------------------+-------------------------------------
Reporter: snowleopard | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.6.3
(Hadrian) |
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 Marge Bot <ben+marge-bot@…>):
In [changeset:"5d7441432e4c00a463f645248b354707d7d8335e/ghc" 5d74414/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="5d7441432e4c00a463f645248b354707d7d8335e"
Hadrian: Drop remaining symlink traversal code from build scripts
This partly resolves #16325
(https://ghc.haskell.org/trac/ghc/ticket/16325).
As previously discussed in
https://github.com/snowleopard/hadrian/issues/667,
we do not need the symlink traversal code in build scripts. However, it
appears we forgot to delete this code from our Stack-based build scripts,
which led to placing all build artefacts in an unexpected location when
using Hadrian in combination with symlink trees. This commit fixes this.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16325#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list