From 41e97007638ef41764b1da86fb2de772f35762e5 Mon Sep 17 00:00:00 2001 From: Todd Wang Date: Tue, 2 Oct 2018 17:00:46 -0700 Subject: Disable XLA from raspberry pi builds. There is no known conceptual reason we can't use XLA, but in practice we have some build issues that will need to be fixed. PiperOrigin-RevId: 215484942 --- tensorflow/tools/ci_build/pi/build_raspberry_pi.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tensorflow/tools') diff --git a/tensorflow/tools/ci_build/pi/build_raspberry_pi.sh b/tensorflow/tools/ci_build/pi/build_raspberry_pi.sh index 3d27e84b81..864278c647 100755 --- a/tensorflow/tools/ci_build/pi/build_raspberry_pi.sh +++ b/tensorflow/tools/ci_build/pi/build_raspberry_pi.sh @@ -34,6 +34,8 @@ set -e # # Make sure you have an up to date version of the Bazel build tool installed too. +export TF_ENABLE_XLA=0 + yes '' | ./configure # Fix for curl build problem in 32-bit, see https://stackoverflow.com/questions/35181744/size-of-array-curl-rule-01-is-negative -- cgit v1.2.3