Skip to content

Commit 7c8e682

Browse files
Reverting SDK
1 parent aec29d3 commit 7c8e682

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/test-ubuntu-arm-no-container.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ jobs:
4545
- name: Initialize required submodules
4646
shell: bash
4747
run: |
48-
set -euxo pipefail
4948
git submodule update --init third_party/matter_sdk
5049
5150
- name: Checkout matter_sdk submodules
5251
shell: bash
5352
run: |
54-
set -euxo pipefail
5553
cd "$GITHUB_WORKSPACE/third_party/matter_sdk"
5654
python ./scripts/checkout_submodules.py --platform linux
5755
@@ -62,22 +60,16 @@ jobs:
6260
shell: bash
6361
run: |
6462
cd "$GITHUB_WORKSPACE/third_party/matter_sdk"
65-
# python3 -m pip install --upgrade pip
66-
# python3 -m pip install --upgrade click
6763
./scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target linux-arm64-chip-tool-ipv6only-clang build"
6864
6965
- name: Build OTA provider
7066
shell: bash
7167
run: |
7268
cd "$GITHUB_WORKSPACE/third_party/matter_sdk"
73-
python3 -m pip install --upgrade pip
74-
python3 -m pip install --upgrade click
75-
./scripts/build/build_examples.py --target linux-arm64-ota-provider-ipv6only-clang build
69+
./scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target linux-arm64-ota-provider-ipv6only-clang build"
7670
7771
- name: Build all-clusters app
7872
shell: bash
7973
run: |
8074
cd "$GITHUB_WORKSPACE/third_party/matter_sdk"
81-
python3 -m pip install --upgrade pip
82-
python3 -m pip install --upgrade click
83-
./scripts/build/build_examples.py --target linux-arm64-all-clusters-clang build
75+
./scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target linux-arm64-all-clusters-clang build"

third_party/matter_sdk

Submodule matter_sdk updated 40 files

0 commit comments

Comments
 (0)