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 option for remote links.
The configuration file is _not_ production ready, as the docker container image is likely larger than needed - so using remote links is not yet production ready. But the functionality technicaly works, and remote links are required for some other applications in the future, such as not downloading intermediates. Note that it adding nacl link support shouldn't be much extra work from now (I expect a new config file is all we need), but it's not work that seems worth doing ATM. I also took the chance to trim down hardcoded inputs a bit more, except for the introduced links where we do need some of those assets (eg ldd). Change-Id: I8e1d36ce2f7099ab2ffad3bc611dc02111f975e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2910712 Auto-Submit: Rubens Farias <rubensf@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#885618}
- Loading branch information
Showing
6 changed files
with
39 additions
and
9 deletions.
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
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
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/foundry-x-experiments/chrome-test-builder@sha256:d3646f1c57b57076684cd9f152033acb6d16427231abcbe45c0a36f24148aca4 | ||
server_address=unix:///tmp/reproxy.sock | ||
labels=type=link,tool=clang | ||
exec_strategy=remote | ||
inputs=third_party/llvm-build/Release+Asserts,build/linux/debian_sid_amd64-sysroot/usr/lib/gcc |
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