Skip to content

Commit

Permalink
[test] Disable fiber shim for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Nov 28, 2024
1 parent 67add32 commit bf5ccbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/config/lbuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<repository><path>../repo.lb</path></repository>
</repositories>
<options>
<option name="modm:build:scons:include_sconstruct">True</option>
<option name="modm:build:info.build">True</option>
<option name="modm:build:scons:include_sconstruct">yes</option>
<option name="modm:build:info.build">yes</option>
<option name="modm:build:info.git">Info+Status</option>
<option name="modm:build:scons:cache_dir">$cache</option>
<option name="modm:processing:protothread:use_fiber">no</option>
</options>
<modules>
<module>modm:build:scons</module>
Expand Down

0 comments on commit bf5ccbc

Please sign in to comment.