You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2018/05/05 18:56:35 UTC

[whimsy] branch master updated: darwin workaround

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new df9aa1b  darwin workaround
df9aa1b is described below

commit df9aa1b5d685ad75393ce57a17a5e52922c317c4
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Sat May 5 14:56:17 2018 -0400

    darwin workaround
---
 www/board/agenda/Rakefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/board/agenda/Rakefile b/www/board/agenda/Rakefile
index 174f436..975c527 100644
--- a/www/board/agenda/Rakefile
+++ b/www/board/agenda/Rakefile
@@ -29,6 +29,7 @@ end
 task :server => [:bundle, :listen] do
   ENV['DOCUMENT_ROOT'] = File.expand_path('../..', Dir.pwd)
   ENV['RACK_ENV']='development'
+  ENV['OBJC_DISABLE_INITIALIZE_FORK_SAFETY']='YES' if RUBY_PLATFORM =~ /darwin/
   at_exit {sleep 0.5}
   sh 'bundle exec passenger start'
 end

-- 
To stop receiving notification emails like this one, please contact
rubys@apache.org.