Skip to content

Commit 11468ee

Browse files
committed
[test] Disable fiber shim for tests
1 parent 89fdbe7 commit 11468ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/config/lbuild.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<repository><path>../repo.lb</path></repository>
66
</repositories>
77
<options>
8-
<option name="modm:build:scons:include_sconstruct">True</option>
9-
<option name="modm:build:info.build">True</option>
8+
<option name="modm:build:scons:include_sconstruct">yes</option>
9+
<option name="modm:build:info.build">yes</option>
1010
<option name="modm:build:info.git">Info+Status</option>
11-
<option name="modm:build:scons:cache_dir">$cache</option>
11+
<option name="modm:processing:protothread:use_fiber">no</option>
1212
</options>
1313
<modules>
1414
<module>modm:build:scons</module>

0 commit comments

Comments
 (0)