Update build.py with Cloud TPU support

Update build.py to have Cloud TPU support by default.
b/180656002
This commit is contained in:
Situ Yi 2021-02-19 12:57:57 -08:00 committed by GitHub
parent 15a2f509b8
commit 77905ef5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,6 +271,9 @@ build:short_logs --output_filter=DONT_MATCH_ANYTHING
# Workaround for gcc 10+ warnings related to upb.
# See https://github.com/tensorflow/tensorflow/issues/39467
build:linux --copt=-Wno-stringop-truncation
# Build with Cloud TPU support.
build --define=with_tpu_support=true
"""