From 7915fb6697d69a03dea183fe371a85c43c199d72 Mon Sep 17 00:00:00 2001 From: Pete Warden Date: Thu, 5 Sep 2019 13:31:45 -0700 Subject: [PATCH] Fix GCC 6 installation for Pi builds PiperOrigin-RevId: 267440846 --- tensorflow/tools/ci_build/install/install_gcc6.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/tools/ci_build/install/install_gcc6.sh b/tensorflow/tools/ci_build/install/install_gcc6.sh index be6418c4fa9..f2458b6b5cd 100755 --- a/tensorflow/tools/ci_build/install/install_gcc6.sh +++ b/tensorflow/tools/ci_build/install/install_gcc6.sh @@ -22,3 +22,4 @@ apt-get install gcc-snapshot -y apt-get update apt-get install gcc-6 g++-6 -y update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 100 --slave /usr/bin/g++ g++ /usr/bin/g++-6 +update-alternatives --config gcc