Skip to content

Commit

Permalink
Do not compile x64 android in cloudbuild smoke test: LLVM currently c…
Browse files Browse the repository at this point in the history
…annot properly compiler x64 (out of resources it seems) (#11129)
  • Loading branch information
andy31415 authored Oct 28, 2021
1 parent 7e79ec3 commit 79fac66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob 'android-{arm64,x64}-chip-tool' build
--target-glob 'android-arm64-chip-tool' build
--create-archives /workspace/artifacts/
waitFor:
- Bootstrap
Expand Down

0 comments on commit 79fac66

Please sign in to comment.