File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -2118,6 +2118,7 @@ def dockerfile(*args)
2118
2118
if full_test
2119
2119
lines . push "RUN git clone --depth 1 --branch #{ test_branch } #{ truffleruby_repo } truffleruby-tests"
2120
2120
lines . push "RUN cp -r truffleruby-tests/spec ."
2121
+ lines . push "RUN cp -r truffleruby-tests/test/truffle/compiler/pe ."
2121
2122
lines . push "RUN rm -rf truffleruby-tests"
2122
2123
2123
2124
configs . each do |config |
@@ -2132,6 +2133,8 @@ def dockerfile(*args)
2132
2133
lines . push "RUN " + setup_env [ "ruby spec/mspec/bin/mspec --config spec/truffle.mspec -t $D_RUBY_BIN/ruby #{ t_config } #{ t_excludes } #{ set } #{ extra } " ]
2133
2134
end
2134
2135
end
2136
+
2137
+ lines . push "RUN ruby --jvm -J-Dgraal.TruffleCompilationExceptionsAreThrown=true -J-Dgraal.TruffleIterativePartialEscape=true -Xbasic_ops.inline=false pe/pe.rb"
2135
2138
end
2136
2139
2137
2140
lines . push "CMD " + setup_env [ "bash" ]
You can’t perform that action at this time.
0 commit comments