diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-15 18:04:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-15 18:04:04 -0400 |
commit | 466886ca1ce3bc6419e6c24c1d14f63cbfab664a (patch) | |
tree | f6895d84e9fdf954d22721ecaacf393fd2009241 /doc | |
parent | dda6a77035bda017f649926a3061fffe6c4ec32d (diff) |
devblog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_217__autobuilders.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/devblog/day_217__autobuilders.mdwn b/doc/devblog/day_217__autobuilders.mdwn new file mode 100644 index 000000000..2a58e0c63 --- /dev/null +++ b/doc/devblog/day_217__autobuilders.mdwn @@ -0,0 +1,10 @@ +Over the past couple days, got the arm autobuilder working again. It had +been down since June with several problems. cabal install tended to crash; +apparenty this has something to do with threading in user-mode qemu, +because -j1 avoids that. And strange invalid character problems were fixed +by downgrading file-embed. Also, with Yury's help I got the Windows +autobuilder upgraded to the new Haskell Platform and working again. + +Today a last few finishing touches, including getting rid of the last +dependency on the old haskell HTTP library, since http-conduit is being +used now. Ready for the release! |