X Tutup
Skip to content

Commit 5bd46d3

Browse files
committed
try splitting task
1 parent dd4629a commit 5bd46d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ echo ""
33
git reset --hard
44
patch -Np1 < ../../tools/tensorflow.patch # From https://github.com/bytedeco/javacpp-presets/blob/master/tensorflow/tensorflow-master.patch
55
echo "\n" | ./configure
6+
7+
# Prebuild some deps
8+
bazel build --verbose_failures=1 @jpeg_archive//:jpeg
69
bazel build --verbose_failures=1 -c opt //tensorflow/cc:libtensorflow.so
710
#bazel build --verbose_failures=2 //tensorflow/cc:cc_ops //tensorflow/core:protos_all_cc //tensorflow/core:tensorflow
811

0 commit comments

Comments
 (0)
X Tutup