[commit: ghc] master: Update OS X scripts to test a GHC patch for #614 (#678) (06f3206)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:20:09 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/06f3206e1f81a1dcf7b7a4181238d21538f84e24/ghc

>---------------------------------------------------------------

commit 06f3206e1f81a1dcf7b7a4181238d21538f84e24
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date:   Fri Sep 7 20:19:39 2018 +0200

    Update OS X scripts to test a GHC patch for #614 (#678)
    
    * .travis.yml: update OS X script to test a GHC patch for #614
    
    * circle.yml: update script to test GHC patch for #614


>---------------------------------------------------------------

06f3206e1f81a1dcf7b7a4181238d21538f84e24
 .travis.yml | 3 +++
 circle.yml  | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dd83ae0..b59cfd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,6 +70,9 @@ matrix:
               - brew upgrade python
 
           script:
+              - git remote add alp https://github.com/alpmestan/ghc.git
+              - git fetch alp
+              - git checkout alp/osx-findPtr
               # Due to timeout limit of OS X build on Travis CI,
               # we will ignore selftest and build only stage1
               - hadrian/build.sh -j -c $MODE --no-progress --progress-colour=never --profile=-
diff --git a/circle.yml b/circle.yml
index cfdca70..7c9684f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -30,7 +30,8 @@ compile:
     # NOTE: we must write them in the same line because each line
     # in CircleCI is a separate process, thus you can't "cd" for the other lines
     - cd ghc/hadrian; git reset --hard HEAD
-
+    - cd ghc; git remote add alp https://github.com/alpmestan/ghc.git
+    - cd ghc; git fetch alp; git checkout alp/osx-findPtr
     - cd ghc; ./boot && PATH=~/.cabal/bin:$PATH ./configure
 
     # XXX: export PATH doesn't work well either, so we use inline env



More information about the ghc-commits mailing list