Re: #16325: Hadrian should respect the build root setting for the testsuite and its own binaries
"GHC" <[email protected]> Sat, 09 Mar 2019 07:08:28 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============6039464915356235318==
Content-Type: multipart/related;
boundary="===============0446073453011439096=="
--===============0446073453011439096==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
#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>