Skip to content

Commit 8a229f4

Browse files
committed
Add needed --experimental-options for CI
1 parent 4a10d02 commit 8a229f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/truffle/compiler/pe.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source test/truffle/common.sh.inc
44

5-
jt ruby --graal --vm.Dgraal.TruffleCompilationExceptionsAreThrown=true --vm.Dgraal.TruffleIterativePartialEscape=true --basic_ops.inline=false test/truffle/compiler/pe/pe.rb "$@"
5+
jt ruby --graal --vm.Dgraal.TruffleCompilationExceptionsAreThrown=true --vm.Dgraal.TruffleIterativePartialEscape=true --experimental-options --basic_ops.inline=false test/truffle/compiler/pe/pe.rb "$@"

test/truffle/integration/backtraces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
echo "$f"
88
options=""
99
if [ "$(basename "$f")" = "javascript.rb" ]; then
10-
options="--single_threaded"
10+
options="--experimental-options --single_threaded"
1111
fi
1212
jt ruby --no-core-load-path $options "$f"
1313
done

0 commit comments

Comments
 (0)