[commit: ghc] wip/enable-freebsd-ci: circleci: Reenable FreeBSD (515bcc1)

git at git.haskell.org git at git.haskell.org
Tue Jul 24 15:44:06 UTC 2018


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

On branch  : wip/enable-freebsd-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/515bcc199ede9e3c49bf033f45a6dc8f1b4a7461/ghc

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

commit 515bcc199ede9e3c49bf033f45a6dc8f1b4a7461
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jul 24 11:43:06 2018 -0400

    circleci: Reenable FreeBSD


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

515bcc199ede9e3c49bf033f45a6dc8f1b4a7461
 .circleci/config.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 298162e..f7cc5a0 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -285,8 +285,7 @@ workflows:
     jobs:
     - validate-x86_64-linux:
         *trigger_on_tags
-    # FreeBSD disabled: https://github.com/haskell/unix/issues/102
-    # - validate-x86_64-freebsd
+    - validate-x86_64-freebsd
     - validate-x86_64-darwin:
         *trigger_on_tags
     - validate-x86_64-linux-llvm



More information about the ghc-commits mailing list