Skip to content

Commit 2f1c21b

Browse files
committed
Disable jit test of mini_core_hello_world
1 parent 098242b commit 2f1c21b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $RUSTC example/mini_core.rs --crate-name mini_core --crate-type lib,dylib
3131
echo "[BUILD] example"
3232
$RUSTC example/example.rs --crate-type lib
3333

34-
JIT_ARGS="abc bcd" jit mini_core_hello_world example/mini_core_hello_world.rs
34+
#JIT_ARGS="abc bcd" jit mini_core_hello_world example/mini_core_hello_world.rs
3535

3636
echo "[AOT] mini_core_hello_world"
3737
$RUSTC example/mini_core_hello_world.rs --crate-name mini_core_hello_world --crate-type bin

0 commit comments

Comments
 (0)