diff options
author | Joey Hess <joey@kitenet.net> | 2014-01-19 18:48:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-01-19 18:48:17 -0400 |
commit | 461180c67a928eb9332854528c46feb3034eda95 (patch) | |
tree | 3a9c8143370b774a3d8e81934b9a915dc9cc1a59 /doc/devblog | |
parent | 7dc9e1f8939aac480607bdf3ec9358d6783cb4bf (diff) | |
parent | 54cb6aa7796c1b812511f92c0d584997c5367795 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_99__catching_up_again.mdwn | 2 | ||||
-rw-r--r-- | doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/devblog/day_99__catching_up_again.mdwn b/doc/devblog/day_99__catching_up_again.mdwn index e82c436bf..118a21f8d 100644 --- a/doc/devblog/day_99__catching_up_again.mdwn +++ b/doc/devblog/day_99__catching_up_again.mdwn @@ -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 diff --git a/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment b/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment new file mode 100644 index 000000000..933de7873 --- /dev/null +++ b/doc/devblog/day_99__catching_up_again/comment_1_b871bf0606dc29be9b8c2e5dc150f708._comment @@ -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... +"""]] |