Skip to content

Commit 2c55eb5

Browse files
committed
Fix engine-caching test to work with the new getImplementationName()
1 parent f9c918b commit 2c55eb5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ local part_definitions = {
208208
host_inlining_log: {
209209
# Same as in mx.truffleruby/native-host-inlining
210210
mx_options+:: [
211+
"--extra-image-builder-argument=env.EXTRA_IMAGE_BUILDER_ARGUMENTS",
211212
"--extra-image-builder-argument=rubyvm:-H:Log=HostInliningPhase,~CanonicalizerPhase,~GraphBuilderPhase",
212213
"--extra-image-builder-argument=rubyvm:-H:+TruffleHostInliningPrintExplored",
213214
"--extra-image-builder-argument=rubyvm:-Dgraal.LogFile=host-inlining.txt",

test/truffle/compiler/engine-caching.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ source test/truffle/common.sh.inc
44

55
ruby_version=$(jt ruby -v)
66

7-
if [[ ! $ruby_version =~ "EE Native" ]]; then
8-
echo EE Native not detected, no tests to run.
7+
if [[ ! $ruby_version =~ "Oracle GraalVM Native" ]]; then
8+
echo Oracle GraalVM Native not detected, no tests to run.
99
exit 0
1010
fi
1111

0 commit comments

Comments
 (0)