Skip to content

Commit 3d49ced

Browse files
Travis: Disable building TensorFlow from source
1 parent 73740af commit 3d49ced

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ env:
1616
- CC="gcc-4.9"
1717
- CXX="g++-4.9"
1818
matrix:
19-
- TF_RUST_BUILD_FROM_SRC=true
19+
# Building TensorFlow in Travis is not working properly, probably due
20+
# to resources constraints.
21+
# - TF_RUST_BUILD_FROM_SRC=true
2022
- TF_RUST_BUILD_FROM_SRC=false
2123

2224

0 commit comments

Comments
 (0)