Skip to content

Commit

Permalink
Add reclient_cfgs/win-cross-experiments
Browse files Browse the repository at this point in the history
add rbe_cfg_dir for windows cross experiments

Bug: 1213717
Change-Id: Id883b501ce8323dd3a1d6e3364ff18e316ad13db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2928081
Auto-Submit: Fumitoshi Ukai <ukai@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Reviewed-by: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#888004}
  • Loading branch information
ukai authored and Chromium LUCI CQ committed Jun 1, 2021
1 parent 35200e0 commit e2f70fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform=container-image=docker://gcr.io/goma-foundry-experiments/re-client/chromium-win-cross@sha256:962da618112151bdf80418e55914a1e16ab64cea3846d23642c8fd191740d428,OSFamily=Linux
server_address=pipe://reproxy.pipe
labels=type=compile,compiler=clang-cl,lang=cpp
exec_strategy=remote_local_fallback
windows_cross=true
remote_wrapper=/chromium-browser-clang/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
platform=container-image=docker://gcr.io/goma-foundry-experiments/re-client/chromium-win-nacl-cross@sha256:54b6b74aaaa023083112f37d32891800d0731984b2bcc63fcb35fb0b8c2b3f65,OSFamily=Linux
server_address=pipe://reproxy.pipe
labels=type=compile,compiler=nacl,lang=cpp
exec_strategy=remote_local_fallback
inputs=native_client/toolchain/win_x86/pnacl_newlib
windows_cross=true
remote_wrapper=/native_client/run.sh

0 comments on commit e2f70fb

Please sign in to comment.