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 --- .../compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json') diff --git a/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json b/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json index a883eba66e..b49cd3676a 100644 --- a/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json +++ b/infra/bots/recipes/compile.expected/Build-Win-Clang-x86-Debug-Exceptions.json @@ -104,10 +104,6 @@ "[CUSTOM_C:\\_B_WORK]\\skia\\infra\\bots\\assets\\clang_win\\VERSION", "/path/to/tmp/" ], - "env": { - "CC": "/usr/bin/clang", - "CXX": "/usr/bin/clang++" - }, "infra_step": true, "name": "Get clang_win VERSION" }, @@ -120,9 +116,7 @@ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", "env": { "BUILDTYPE": "Debug", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ";RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions" }, @@ -139,9 +133,7 @@ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", "env": { "BUILDTYPE": "Debug", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ";RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions" }, @@ -158,9 +150,7 @@ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia", "env": { "BUILDTYPE": "Debug", - "CC": "/usr/bin/clang", "CHROME_HEADLESS": "1", - "CXX": "/usr/bin/clang++", "PATH": ";RECIPE_PACKAGE_REPO[depot_tools]", "SKIA_OUT": "[CUSTOM_C:\\_B_WORK]\\skia\\out\\Build-Win-Clang-x86-Debug-Exceptions" }, -- cgit v1.2.3