Disable invokedynamic for now

@rkh knows what this is about. JRuby folks agree this is a good idea for
now.
This commit is contained in:
Michael Klishin 2012-07-31 22:43:18 +04:00
parent 7e8920f20a
commit 01bbd46366
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ env:
- "rack=master"
- "tilt=1.3.3"
- "tilt=master"
# using env: would cause many permutations to exclude, so...
before_install:
- export JRUBY_OPTS="--server -Xcext.enabled=false -Xcompile.invokedynamic=false"
jdk: oraclejdk7
matrix:
allow_failures: