[commit: ghc] wip/docker-ghcci: Try experimental public docker image (4d73935)

git at git.haskell.org git at git.haskell.org
Thu Feb 22 22:42:36 UTC 2018


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

On branch  : wip/docker-ghcci
Link       : http://ghc.haskell.org/trac/ghc/changeset/4d73935aaa2ed069b52c7fbdbe2c60ef53dfbab9/ghc

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

commit 4d73935aaa2ed069b52c7fbdbe2c60ef53dfbab9
Author: David Feuer <David.Feuer at gmail.com>
Date:   Thu Feb 22 17:42:04 2018 -0500

    Try experimental public docker image


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

4d73935aaa2ed069b52c7fbdbe2c60ef53dfbab9
 .circleci/config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 1a542b1..bc318c6 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -98,7 +98,7 @@ jobs:
   "validate-x86_64-linux":
     resource_class: xlarge
     docker:
-      - image: ghcci:x86_64-linux
+      - image: dfeuer/ghcci:x86_64-linux-0.0.1
     environment:
       <<: *buildenv
     steps:
@@ -158,7 +158,7 @@ jobs:
   "validate-hadrian-x86_64-linux":
     resource_class: xlarge
     docker:
-      - image: ghcci:x86_64-linux
+      - image: dfeuer/ghcci:x86_64-linux-0.0.1
     environment:
       <<: *buildenv
     steps:
@@ -174,7 +174,7 @@ jobs:
   "validate-x86_64-linux-unreg":
     resource_class: xlarge
     docker:
-      - image: ghcci:x86_64-linux
+      - image: dfeuer/ghcci:x86_64-linux-0.0.1
     environment:
       <<: *buildenv
     steps:
@@ -190,7 +190,7 @@ jobs:
   "validate-x86_64-linux-llvm":
     resource_class: xlarge
     docker:
-      - image: ghcci:x86_64-linux
+      - image: dfeuer/ghcci:x86_64-linux-0.0.1
     environment:
       <<: *buildenv
       BUILD_FLAVOUR: perf-llvm



More information about the ghc-commits mailing list