Skip to content

Commit 79fac66

Browse files
authored
Do not compile x64 android in cloudbuild smoke test: LLVM currently cannot properly compiler x64 (out of resources it seems) (#11129)
1 parent 7e79ec3 commit 79fac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cloudbuild/smoke-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ steps:
8686
args:
8787
- >-
8888
./scripts/build/build_examples.py --enable-flashbundle
89-
--target-glob 'android-{arm64,x64}-chip-tool' build
89+
--target-glob 'android-arm64-chip-tool' build
9090
--create-archives /workspace/artifacts/
9191
waitFor:
9292
- Bootstrap

0 commit comments

Comments
 (0)