Skip to content

Commit

Permalink
[Truffle] Add temporary launcher wrapper script while -X+T is broken …
Browse files Browse the repository at this point in the history
…to interface with CI systems.
  • Loading branch information
chrisseaton committed Jan 23, 2015
1 parent 34c5723 commit ce0df7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tool/jrubytruffle
@@ -0,0 +1,5 @@
#!/bin/bash

# Temporary measure while bin/jruby -X+T is broken

VERIFY_JRUBY=1 bin/jruby -J-cp truffle/target/jruby-truffle-9.0.0.0-SNAPSHOT.jar $@

0 comments on commit ce0df7f

Please sign in to comment.