Skip to content

Commit

Permalink
Pull request project-chip#83: MATTER-734: Swap to stash copy of Gecko…
Browse files Browse the repository at this point in the history
…_sdk

Merge in WMN_TOOLS/matter from switch_origin_for_gecko_sdk to silabs

Squashed commit of the following:

commit b8551533c1bb8e729b839c2102b2fe294410d03e
Author: jepenven-silabs <jean-francois.penven@silabs.com>
Date:   Thu Sep 8 09:25:14 2022 -0400

    swap origin for gecko sdk at runtime
  • Loading branch information
jepenven-silabs authored and jmartinez-silabs committed Oct 7, 2022
1 parent 568f7d4 commit 57a494e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ def initWorkspaceAndScm()
extensions : scm.extensions << [$class: 'ScmName', name: 'matter'],
userRemoteConfigs : scm.userRemoteConfigs]

// Switch Origin for the gecko_sdk to reduce dowload and cost
sh 'git --version'
sh 'git submodule update --init third_party/openthread/ot-efr32/'
sh 'cd ./third_party/openthread/ot-efr32'
sh 'git submodule set-url ./third_party/silabs/gecko_sdk https://stash.silabs.com/scm/embsw/gecko_sdk_release.git'
sh 'cd ../../../'
sh 'git submodule set-url ./third_party/silabs/gecko_sdk https://stash.silabs.com/scm/embsw/gecko_sdk_release.git'



// Matter Init --Checkout relevant submodule
sh 'scripts/checkout_submodules.py --shallow --recursive --platform efr32'
Expand Down

0 comments on commit 57a494e

Please sign in to comment.