Skip to content

Commit

Permalink
Reduce some compile targets from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 10, 2021
1 parent 3871eb9 commit 78beba6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ jobs:
# 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-*' build"
"./scripts/build/build_examples.py --no-log-timestamps \
--target-glob 'linux-x64-*' \
--skip-target-glob '*{tests,thermostat-ipv6only}*' \
build \
"
- name: Fun fake linux tests
timeout-minutes: 15
Expand Down

0 comments on commit 78beba6

Please sign in to comment.