From c07d9e1d5f3bd63f080f59c4c8aa9ea96842f8e8 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 22 Feb 2023 12:54:50 -0500 Subject: [PATCH] Also switch light app build to compile the UI variant --- .github/workflows/examples-linux-standalone.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples-linux-standalone.yaml b/.github/workflows/examples-linux-standalone.yaml index 87fd398e159eb1..1bfa057806687e 100644 --- a/.github/workflows/examples-linux-standalone.yaml +++ b/.github/workflows/examples-linux-standalone.yaml @@ -157,15 +157,15 @@ jobs: linux debug tv-casting-app \ out/linux-x64-tv-casting-app/chip-tv-casting-app \ /tmp/bloat_reports/ - - name: Build example lighting app with RPCs + - name: Build example lighting app with RPCs and UI timeout-minutes: 10 run: | ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \ - --target linux-x64-light-rpc \ + --target linux-x64-light-rpc-with-ui \ build" .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ - linux debug+rpc lighting-app \ + linux debug+rpc+ui lighting-app \ out/linux-x64-light-rpc/chip-lighting-app \ /tmp/bloat_reports/ - name: Build example Standalone Bridge