Skip to content

Commit 7cbaffd

Browse files
committed
sc2: disable nesting checks
1 parent 1beebac commit 7cbaffd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/sc2.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def install_sc2_runtime(debug=False):
150150
[hypervisor.qemu]
151151
path = "{qemu_path}"
152152
valid_hypervisor_paths = [ "{qemu_path}" ]
153+
disable_nesting_checks = true
153154
""".format(qemu_path=qemu_path)
154155

155156
update_toml(dst_conf_path, updated_toml_str)

0 commit comments

Comments
 (0)