forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[reclient] Add re client windows configs.
This should allow us to build chrome using reclient on windows. Change-Id: Ie8f1f761ce227b16fbcd87cbb5a52b942dfe2b1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2732289 Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Rubens Farias <rubensf@google.com> Cr-Commit-Position: refs/heads/master@{#859553}
- Loading branch information
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
platform=container-image=docker://gcr.io/goma-rbe-images/chromium_win/remoteexec-platform@sha256:3b5893f5a59316c635b6077c94c5dc518dbe68f51a7e55fe4845809ab7440df3,OSFamily=Windows | ||
server_address=pipe://re-client.ipc | ||
labels=type=compile,compiler=clang-cl,lang=cpp | ||
exec_strategy=remote_local_fallback | ||
inputs=third_party\llvm-build\Release+Asserts |