From 39b1c637f6c77572960e4b7ef4332d3a4dba5ec9 Mon Sep 17 00:00:00 2001 From: Jiacheng Guo Date: Fri, 3 Jul 2020 18:34:01 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yaml | 5 ++++- .gitmodules | 8 ++++---- integrations/docker/images/chip-build/Dockerfile | 1 + 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ac1805483b637..b03bf5976ba8c5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,7 +32,10 @@ jobs: case $BUILD_TYPE in "main") export BOOTSTRAP_ARGUMENTS="";; "clang") export BOOTSTRAP_ARGUMENTS="CC=clang-9 CXX=clang++-9";; - "linux-embedded") export BOOTSTRAP_ARGUMENTS="--with-device-layer=linux";; + "linux-embedded") + apt-get update + apt-get install -y libdbus-1-dev + export BOOTSTRAP_ARGUMENTS="--with-device-layer=linux";; "mbedtls") export BOOTSTRAP_ARGUMENTS="--with-crypto=mbedtls";; *) ;; esac diff --git a/.gitmodules b/.gitmodules index 27e4c8cf215889..220f560519b95e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -53,8 +53,8 @@ ignore = dirty commit = 5f0e36eeb236a507631e9c822e43f742b7b6738a [submodule "third_party/ot-br-posix/repo"] - path = third_party/ot-br-posix/repo - url = https://github.com/openthread/ot-br-posix.git + path = third_party/ot-br-posix/repo + url = https://github.com/openthread/ot-br-posix.git branch = master - ignore = dirty - commit = 38e91052d1fb12a55c4e34073f9e399471650b4b + ignore = dirty + commit = 38e91052d1fb12a55c4e34073f9e399471650b4b diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile index 1086e3bb343b29..9c15c3d9fff9b7 100644 --- a/integrations/docker/images/chip-build/Dockerfile +++ b/integrations/docker/images/chip-build/Dockerfile @@ -40,6 +40,7 @@ RUN set -x \ libglib2.0-dev \ libpixman-1-dev \ ninja-build \ + libdbus-1-dev \ && rm -rf /var/lib/apt/lists/ \ && : # last line