Skip to content

Commit 5a4a80f

Browse files
yufengwangcaaustina-csa
authored andcommitted
[CI] Add Fabric-Admin and Fabric-Bridge to Linux ARM build target (project-chip#34177)
1 parent 54c1141 commit 5a4a80f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/examples-linux-arm.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
--target linux-arm64-light-rpc-ipv6only-clang \
6868
--target linux-arm64-thermostat-no-ble-clang \
6969
--target linux-arm64-lit-icd-no-ble-clang \
70+
--target linux-arm64-fabric-admin-clang-rpc \
71+
--target linux-arm64-fabric-bridge-no-ble-clang-rpc \
7072
build \
7173
"
7274
- name: Bloat report - chip-tool

examples/platform/linux/RpcClientProcessor.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ namespace {
3333

3434
// Constants
3535
constexpr size_t kMaxTransmissionUnit = 256;
36-
constexpr uint32_t kDefaultChannelId = 1;
3736
const char * kDefaultRpcServerAddress = "127.0.0.1";
3837

3938
// RPC Stream and Channel Setup

0 commit comments

Comments
 (0)