From 2f5d600918226030fefabe4069bb363425f77d72 Mon Sep 17 00:00:00 2001 From: kjellander Date: Wed, 18 May 2016 04:57:44 -0700 Subject: [PATCH] Revert of Remove Android x86 compilation trybot from CQ. (patchset #1 id:1 of https://codereview.webrtc.org/1959923002/ ) Reason for revert: https://codereview.chromium.org/1985413002/ rolled in the fix for libjpeg_turbo's GYP file in Chromium. That was rolled into WebRTC in https://codereview.webrtc.org/1985423004/. That means our Android x86 builds can start working again. Original issue's description: > Remove Android x86 compilation trybot from CQ. > > There's a Goma bug making it fail to compile after rolling in > https://codereview.webrtc.org/1963493002/ > > BUG=chromium:610145 > TBR=pbos@webrtc.org > NOTRY=True > > Committed: https://chromium.googlesource.com/external/webrtc/+/d939d48de2d27d3a79b81adcd71f221673bda40f TBR=pbos@webrtc.org NOTRY=True BUG=chromium:610145 TESTED=Passing build with: GYP_DEFINES='OS=android component=static_library target_arch=ia32' webrtc/build/gyp_webrtc.py ninja -C out/Debug Review-Url: https://codereview.webrtc.org/1989223002 Cr-Commit-Position: refs/heads/master@{#12792} --- infra/config/cq.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg index b7e26cc898..84498ecd62 100644 --- a/infra/config/cq.cfg +++ b/infra/config/cq.cfg @@ -31,8 +31,7 @@ verifiers { builders { name: "android_arm64_rel" } builders { name: "android_clang_dbg" } builders { name: "android_compile_mips_dbg" } - # Disabled until http://crbug.com/610145 is fixed. - #builders { name: "android_compile_x86_dbg" } + builders { name: "android_compile_x86_dbg" } builders { name: "android_compile_x64_dbg" } builders { name: "android_gn_dbg" } builders { name: "android_gn_rel" }