File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,9 @@ local part_definitions = {
212
212
"--extra-image-builder-argument=rubyvm:-H:+TruffleHostInliningPrintExplored" ,
213
213
"--extra-image-builder-argument=rubyvm:-Dgraal.LogFile=host-inlining.txt" ,
214
214
],
215
+ environment+: {
216
+ TRUFFLERUBY_HOST_INLINING_TEST: "1" ,
217
+ },
215
218
},
216
219
},
217
220
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ source test/truffle/common.sh.inc
4
4
5
5
file=${1:- host-inlining.txt}
6
6
7
- if [ -f " $file " ]; then
7
+ if [ -n " $TRUFFLERUBY_HOST_INLINING_TEST " ]; then
8
8
# shellcheck disable=SC2016
9
9
ruby tool/extract_host_inlining.rb ' org.truffleruby.language.methods.CallForeignMethodNodeGen.execute' " $file " > out.txt
10
10
# shellcheck disable=SC2016
You can’t perform that action at this time.
0 commit comments