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 and pull[bot] committed Feb 17, 2023
1 parent 5de7e40 commit 1436030
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 1436030

Please sign in to comment.