Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2014-01-19 18:48:17 -04:00
commit 12302cd05d
7 changed files with 78 additions and 1 deletions

View file

@ -7,7 +7,7 @@ fixes to make it build on all architectures again, and then the
backport can be updated again too.
I have been struggling with a problem with the OSX builds, which fail with
a SIGILL on some machines. It seems that homebrew likes to agressively
a SIGKILL on some machines. It seems that homebrew likes to agressively
optimise things it builds, and while I have had some success with its
`--build-bottle` option, something in the gnutls stack used for XMPP is
still over-optimised. Waiting to hear back from Kevin on cleaning up some

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkq2cjugiSvKWiWmcah3CPBqviQV_cin9I"
nickname="Yury"
subject="The world of Mac"
date="2014-01-19T14:13:55Z"
content="""
I think that there is nothing fundamental about Mac OS X, which would prevent one from making a clean chroot that would work for non-root users. For instance, I believe that jailkit has been reported to work just fine. The problem is that you'll have to rebuild most of the stuff you need from scratch, which is very tedious. Might be easier to find instances where Homebrew has something like -march=native added to the $CFLAGS (not that I particularly fancy Homebrew of all 'missing' package managers on OS X).
Anyways, it sounds like I'm going to get a Mac Mini donated sometime soon and I'm curious as to what would be the best way to make use of it for the CI system...
"""]]