From 1436030815017e6c80af1f44bf0305563f89ac22 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 28 Oct 2021 09:57:41 -0400 Subject: [PATCH] Do not compile x64 android in cloudbuild smoke test: LLVM currently cannot properly compiler x64 (out of resources it seems) (#11129) --- integrations/cloudbuild/smoke-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/cloudbuild/smoke-test.yaml b/integrations/cloudbuild/smoke-test.yaml index 53855c80306a8a..c593149c6d865d 100644 --- a/integrations/cloudbuild/smoke-test.yaml +++ b/integrations/cloudbuild/smoke-test.yaml @@ -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