Skip to content

Commit

Permalink
link /dev/shm to /run/shm so python builds don't throw hissy fits
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Mar 10, 2013
1 parent 6305d67 commit 06be5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci_environment/python/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
#

include_recipe "python::package"

bash "link /dev/shm to /run/shm" do
code "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"
end

0 comments on commit 06be5a5

Please sign in to comment.