[commit: ghc] wip/nfs-locking: Temporarily disable ChangeModtimeAndDigest (test AppVeyor speed up). (21eef1e)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:44:25 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/21eef1e36c8592c04724fa59a61f0826fd2b94cd/ghc

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

commit 21eef1e36c8592c04724fa59a61f0826fd2b94cd
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sun Jan 24 13:06:56 2016 +0000

    Temporarily disable ChangeModtimeAndDigest (test AppVeyor speed up).
    
    [skip ci]


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

21eef1e36c8592c04724fa59a61f0826fd2b94cd
 src/Main.hs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/Main.hs b/src/Main.hs
index 69f739b..0f0d450 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -39,7 +39,6 @@ main = shakeArgsWith options CmdLineFlag.flags $ \cmdLineFlags targets -> do
         , Rules.packageRules
         , Test.testRules ]
     options = shakeOptions
-        { shakeChange   = ChangeModtimeAndDigest
-        , shakeFiles    = Base.shakeFilesPath
+        { shakeFiles    = Base.shakeFilesPath
         , shakeProgress = progressSimple
         , shakeTimings  = True }



More information about the ghc-commits mailing list