Skip to content

Commit ee063c6

Browse files
committed
io: disable self-host for now (invalid pointer).
Bug: #715
1 parent dec280a commit ee063c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IMPLS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ IMPL:
4141
- {IMPL: haxe, haxe_MODE: cpp, SLOW: 1}
4242
- {IMPL: haxe, haxe_MODE: js}
4343
- {IMPL: hy}
44-
- {IMPL: io, NO_SELF_HOST_PERF: 1} # perf OOM
44+
- {IMPL: io, NO_SELF_HOST: 1, NO_SELF_HOST_PERF: 1} # invalid pointer, perf OOM
4545
- {IMPL: janet}
4646
- {IMPL: java}
4747
- {IMPL: java-truffle}

0 commit comments

Comments
 (0)