Skip to content

Commit 05d9c65

Browse files
Added the ThreadMeshCoP false build flag
1 parent 96aeb11 commit 05d9c65

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
software-properties-common \
2626
python3.11 python3.11-distutils python3.11-venv python3.11-dev \
2727
libgirepository-1.0-1 libgirepository1.0-dev \
28-
libglib2.0-dev libevent-dev \
29-
libglib2.0-dev-bin
28+
libglib2.0-dev libglib2.0-dev-bin
3029
3130
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
3231
sudo update-alternatives --set python3 /usr/bin/python3.11
@@ -57,7 +56,7 @@ jobs:
5756
shell: bash
5857
run: |
5958
cd "$GITHUB_WORKSPACE/third_party/matter_sdk"
60-
./scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target linux-arm64-chip-tool-ipv6only-clang build"
59+
./scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target linux-arm64-chip-tool-ipv6only-clang build chip_support_thread_meshcop=false"
6160
6261
- name: Upload chiptool artifact
6362
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)