Add a compiler prefix for the CentOS 6 toolchain.

PiperOrigin-RevId: 246039220
This commit is contained in:
Amit Patankar 2019-04-30 15:56:05 -07:00 committed by TensorFlower Gardener
parent 088c147444
commit ead6286a5a

View File

@ -12,6 +12,7 @@ tensorflow_rbe_config(
tensorflow_rbe_config(
name = "centos6",
compiler = "gcc",
compiler_prefix = "/opt/rh/devtoolset-7/root/usr/bin",
os = "centos6",
python_version = "3",
)