Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1077)

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 1943993008: Revert of Enable hermetic builds for FYI mac tot builders only. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Revert totclang only Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 8e673358748fc2b718f5105d35ad34efa1598ab1..0c7b23564a924064875c72f66af31339bff53a50 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1412,7 +1412,7 @@ SPEC = {
'ClangToTMac': {
'chromium_config': 'clang_tot_mac',
'gclient_config': 'chromium',
- 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['mb'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
@@ -1436,7 +1436,6 @@ SPEC = {
},
'ClangToTMac tester': {
'chromium_config': 'chromium_no_goma',
- 'chromium_apply_config': ['force_mac_toolchain'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1456,7 +1455,7 @@ SPEC = {
},
'ClangToTMac (dbg)': {
'chromium_config': 'clang_tot_mac',
- 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Debug',
@@ -1478,7 +1477,7 @@ SPEC = {
},
'ClangToTMacASan': {
'chromium_config': 'clang_tot_mac_asan',
- 'chromium_apply_config': ['mb', 'force_mac_toolchain'],
+ 'chromium_apply_config': ['mb'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
@@ -1501,7 +1500,6 @@ SPEC = {
'ClangToTMacASan tester': {
'chromium_config': 'chromium_mac_asan',
'gclient_config': 'chromium',
- 'chromium_apply_config': ['force_mac_toolchain'],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698