Skip to content

Commit

Permalink
horrible LD_LIBRARY_PATH hack
Browse files Browse the repository at this point in the history
  • Loading branch information
mwotton committed Aug 29, 2010
1 parent 593c71d commit 3dd1e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions script/ci.sh
@@ -1,6 +1,8 @@
#!/bin/bash -x
source $HOME/.rvm/scripts/rvm
export PATH=$PATH:$HOME/.cabal/bin
# another huge hack. let's fix this properly soon TODO
export LD_LIBRARY_PATH=$HOME/.rvm/rubies/ruby-1.9.1-p378/lib/
rvm 1.9.1
gem install bundler # i am aware how awful this is.
bundle install
Expand Down

0 comments on commit 3dd1e4a

Please sign in to comment.