New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 733439 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jun 2017
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug



Sign in to add a comment

make sure GOMA is not used when latest_toolchain is used.

Project Member Reported by llozano@chromium.org, Jun 14 2017

Issue description

GOMA is being enabled on Chrome OS in several builders.
We need to make GOMA is not enabled in the builders when we use latest-toolchain since GOMA does not know anything about the latest toolchain.
Make sure that llmv-next builders are not using GOMA. 

assigning to Yunlian as sheriff of the week. 

See https://bugs.chromium.org/p/chromium/issues/detail?id=279618
 
Status: WontFix (was: Assigned)
goma will not be used for llvm-next builders.

goma checks the compiler version in the local build, if it does not match the one in the server, it won't compile in the server.
Currently the clang version consists of (ebuild file versions, git commit of clang and llvm). If llvm-next is used, then the git commit won't match and goma will fall back to local build.

Sign in to add a comment