aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTony Zhou <66936782+morningboata@users.noreply.github.com>2022-11-03 13:48:49 +0800
committerGitHub <noreply@github.com>2022-11-02 22:48:49 -0700
commit7dd72eeba69652113c10f2781ad055b55514db0b (patch)
tree9f4cc73c112cf16db13d813a435345ad3181ffb7 /.github
parenta11c33c23c5d9cdaeb37841f9d708a6032597b18 (diff)
downloadot-br-posix-7dd72eeba69652113c10f2781ad055b55514db0b.tar.gz
[dbus] provide Feature Flag update API for DBus (#1563)
Feature Flag definition and its update DBus API provides the mechanism to define and maintain feature flags for Thread over time. Use OTBR_FEATURE_FLAGS to turn on/off this change. It is designed to support: * The ground truth of feature flag definition and their suggested default values in case of feature rollback. * API and flag change compatibility between OTBR layer and upper layer. The flags are defined in proto definition. The proto runtime is more lightweight than DBus' serialization so that we believe it is safe to include it in the library.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macOS.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml
index b460e562..0f46edda 100644
--- a/.github/workflows/macOS.yml
+++ b/.github/workflows/macOS.yml
@@ -51,7 +51,7 @@ jobs:
run: |
rm -f '/usr/local/bin/2to3'
brew update
- brew reinstall boost cmake cpputest dbus jsoncpp ninja
+ brew reinstall boost cmake cpputest dbus jsoncpp ninja protobuf
- name: Build
run: |
OTBR_OPTIONS='-DOTBR_BORDER_AGENT=OFF -DOTBR_MDNS=OFF -DOT_FIREWALL=OFF -DOTBR_DBUS=OFF' ./script/test build