[commit: ghc] wip/docker-ghcci: Directory change (0c248bf)
git at git.haskell.org
git at git.haskell.org
Fri Mar 2 05:02:55 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/docker-ghcci
Link : http://ghc.haskell.org/trac/ghc/changeset/0c248bfb640aefa3fb4b8fdd740688b5ba66cea9/ghc
>---------------------------------------------------------------
commit 0c248bfb640aefa3fb4b8fdd740688b5ba66cea9
Author: David Feuer <David.Feuer at gmail.com>
Date: Fri Mar 2 00:02:27 2018 -0500
Directory change
>---------------------------------------------------------------
0c248bfb640aefa3fb4b8fdd740688b5ba66cea9
.circleci/images/x86_64-linux/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.circleci/images/x86_64-linux/Dockerfile b/.circleci/images/x86_64-linux/Dockerfile
index 4630ba2..3eefa1b 100644
--- a/.circleci/images/x86_64-linux/Dockerfile
+++ b/.circleci/images/x86_64-linux/Dockerfile
@@ -8,6 +8,6 @@ RUN apt-get install -qy openssh-client
RUN apt-get install -qy git make automake autoconf gcc perl python3 texinfo xz-utils lbzip2 patch
-RUN ln -s $HOME/.cabal/bin/HsColour /usr/local/bin/HsColour
+RUN ln -s /home/ghc/.cabal/bin/HsColour /usr/local/bin/HsColour
USER ghc
More information about the ghc-commits
mailing list