Skip to content

Commit

Permalink
Pull request #47: Fix path by adding the missing -clang- from the new…
Browse files Browse the repository at this point in the history
… target name

Merge in WMN_TOOLS/matter from fix_chiptool_path to silabs

Squashed commit of the following:

commit 2e67137849d78bcef91d10629774f14aaf61734a
Author: Junior Martinez <junior.martinez@silabs.com>
Date:   Tue Aug 16 16:58:37 2022 -0400

    Fix path by adding the missing -clang- from the new target name
  • Loading branch information
jmartinez-silabs committed Oct 26, 2022
1 parent 5db5c8c commit bc283a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def buildChipTool()
}
}

stash name: 'ChipTool', includes: 'out/linux-arm64-chip-tool-ipv6only/chip-tool'
stash name: 'ChipTool', includes: 'out/linux-arm64-clang-chip-tool-ipv6only/chip-tool'

}
deactivateWorkspaceOverlay(advanceStageMarker.getBuildStagesList(),
Expand Down

0 comments on commit bc283a2

Please sign in to comment.