Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 40393da

Browse files
author
iwahdan88
committed
Jenkins: updated
1 parent 7b83c6d commit 40393da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ node {
2929
def parallelSteps = [:]
3030
for (variant in variants_to_build) {
3131
board_variant = board + "_" + variant
32+
open_thread = 'on'
3233
// disable openthread in case of FIPY Pybytes build as fw img exceeds memory avialable
3334
if ( variant == 'PYBYTES' && board == 'FiPy')
3435
{

0 commit comments

Comments
 (0)