Skip to content

Commit

Permalink
Be more explicit in what is being built
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 10, 2021
1 parent 78beba6 commit cb00f45
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,17 @@ jobs:
done
- name: Build using build_examples.py
timeout-minutes: 40
# NOTE: only vscode image contains the cross compile arm64 sysroot
# so the build command below only compiles x64
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py --no-log-timestamps \
--target-glob 'linux-x64-*' \
--skip-target-glob '*{tests,thermostat-ipv6only}*' \
--target linux-x64-all-clusters \
--target linux-x64-all-clusters-ipv6only \
--target linux-x64-chip-tool \
--target linux-x64-chip-tool-ipv6only \
--target linux-x64-minmdns-ipv6only \
--target linux-x64-rpc-console \
--target linux-x64-thermostat-ipv6only \
--target linux-x64-tv-app-ipv6only \
build \
"
Expand Down

0 comments on commit cb00f45

Please sign in to comment.