From 90acef4e7d86473e9e605ef73c09d469e5c054d4 Mon Sep 17 00:00:00 2001 From: cpagravel Date: Tue, 12 Jul 2022 13:57:26 -0700 Subject: [PATCH] Target non-interactive Linux example build in CI (#20635) --- .github/workflows/examples-linux-arm.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/examples-linux-arm.yaml b/.github/workflows/examples-linux-arm.yaml index d8509480619562..59df7eabc678b0 100644 --- a/.github/workflows/examples-linux-arm.yaml +++ b/.github/workflows/examples-linux-arm.yaml @@ -70,7 +70,7 @@ jobs: ./scripts/run_in_build_env.sh \ "./scripts/build/build_examples.py \ --target linux-arm64-all-clusters \ - --target linux-arm64-chip-tool-no-interactive-ipv6only \ + --target linux-arm64-chip-tool-ipv6only \ --target linux-arm64-lock \ --target linux-arm64-minmdns \ --target linux-arm64-thermostat-no-ble \ @@ -80,8 +80,8 @@ jobs: timeout-minutes: 5 run: | .environment/pigweed-venv/bin/python3 scripts/tools/memory/gh_sizes.py \ - linux arm64 chip-tool-no-interactive-ipv6only \ - out/linux-arm64-chip-tool-no-interactive-ipv6only/chip-tool \ + linux arm64 chip-tool-ipv6only \ + out/linux-arm64-chip-tool-ipv6only/chip-tool \ /tmp/bloat_reports/ - name: Bloat report - thermostat timeout-minutes: 5