build: force RBE runs to use linux remote executors (#33902)
PR Close #33902
This commit is contained in:
parent
c44415494a
commit
90c3d98dd9
4
.bazelrc
4
.bazelrc
|
@ -108,6 +108,10 @@ build:remote --remote_timeout=600
|
|||
build:remote --jobs=150
|
||||
build:remote --google_default_credentials
|
||||
|
||||
# Force remote exeuctions to consider the entire run as linux
|
||||
build:remote --cpu=k8
|
||||
build:remote --host_cpu=k8
|
||||
|
||||
# Toolchain and platform related flags
|
||||
build:remote --host_javabase=@rbe_ubuntu1604_angular//java:jdk
|
||||
build:remote --javabase=@rbe_ubuntu1604_angular//java:jdk
|
||||
|
|
Loading…
Reference in New Issue