Skip to content

Commit

Permalink
Patch Pigweed for arduino build exclusion
Browse files Browse the repository at this point in the history
Also, adding build_overrides/pigweed_environment.gni due to
project-chip#19430
which was reverted in
project-chip#19559
in favor of running the bootstrap script which
we don't want to run in the first place due to CI concerns
  • Loading branch information
samadDotDev committed Aug 24, 2022
1 parent 6135847 commit a3625c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
platforms = esp32
[submodule "pigweed"]
path = third_party/pigweed/repo
url = https://github.com/google/pigweed.git
branch = main
url = git@github.ecodesamsung.com:iot-hub/hub-connectedhomeip-pigweed.git
branch = master
[submodule "openthread"]
path = third_party/openthread/repo
url = https://github.com/openthread/openthread.git
Expand Down
13 changes: 13 additions & 0 deletions build_overrides/pigweed_environment.gni
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2022 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated from 9235ae to 9a1721

0 comments on commit a3625c8

Please sign in to comment.