From a48caa5601fde4192e7cf5852e36b098047125d6 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 3 Apr 2018 14:23:26 -0400 Subject: remove CC,CXX,CPPFLAGS from compile environment I don't believe any of these have any effect now that all builds are done through GN. My best recollection is that they used to affect GYP-based builds. Change-Id: Ifde9f7c4d531dab43e8d407fc779d2ab6e38411c Reviewed-on: https://skia-review.googlesource.com/118263 Commit-Queue: Mike Klein Reviewed-by: Eric Boren --- .../Build-Debian9-Clang-arm64-Release-Android_Vulkan.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'infra/bots/recipes/compile.expected/Build-Debian9-Clang-arm64-Release-Android_Vulkan.json') diff --git a/infra/bots/recipes/compile.expected/Build-Debian9-Clang-arm64-Release-Android_Vulkan.json b/infra/bots/recipes/compile.expected/Build-Debian9-Clang-arm64-Release-Android_Vulkan.json index 7afd40428e..a750df81b3 100644 --- a/infra/bots/recipes/compile.expected/Build-Debian9-Clang-arm64-Release-Android_Vulkan.json +++ b/infra/bots/recipes/compile.expected/Build-Debian9-Clang-arm64-Release-Android_Vulkan.json @@ -104,10 +104,6 @@ "[CUSTOM_/_B_WORK]/skia/infra/bots/assets/android_ndk_linux/VERSION", "/path/to/tmp/" ], - "env": { - "CC": "/usr/bin/clang", - "CXX": "/usr/bin/clang++" - }, "infra_step": true, "name": "Get android_ndk_linux VERSION" }, @@ -120,9 +116,7 @@ "cwd": "[CUSTOM_/_B_WORK]/skia", "env": { "BUILDTYPE": "Release", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm64-Release-Android_Vulkan" }, @@ -139,9 +133,7 @@ "cwd": "[CUSTOM_/_B_WORK]/skia", "env": { "BUILDTYPE": "Release", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm64-Release-Android_Vulkan" }, @@ -158,9 +150,7 @@ "cwd": "[CUSTOM_/_B_WORK]/skia", "env": { "BUILDTYPE": "Release", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ":RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Debian9-Clang-arm64-Release-Android_Vulkan" }, -- cgit v1.2.3