File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
cd $( dirname $( readlink -f " $0 " ) )
14
14
15
- tensorflow_version=1.9.0
15
+ tensorflow_version=1.10.1
16
16
17
17
valgrind_log=valgrind.log
18
18
truncate --size=0 " $valgrind_log "
@@ -33,7 +33,6 @@ rm -rf target/debug/build/tensorflow-sys-*
33
33
echo " Building libtensorflow.so"
34
34
35
35
# This is the very expensive step.
36
- export TF_RUST_BAZEL_OPTS=--incompatible_load_argument_is_label=false
37
36
cargo +nightly build --features=nightly -p tensorflow-sys -vvv -j 1
38
37
39
38
# Run valgrind against all the things.
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const REPOSITORY: &'static str = "https://github.com/tensorflow/tensorflow.git";
24
24
const FRAMEWORK_TARGET : & ' static str = "tensorflow:libtensorflow_framework.so" ;
25
25
const TARGET : & ' static str = "tensorflow:libtensorflow.so" ;
26
26
// `VERSION` and `TAG` are separate because the tag is not always `'v' + VERSION`.
27
- const VERSION : & ' static str = "1.9.0 " ;
28
- const TAG : & ' static str = "v1.9.0 " ;
27
+ const VERSION : & ' static str = "1.10.1 " ;
28
+ const TAG : & ' static str = "v1.10.1 " ;
29
29
const MIN_BAZEL : & ' static str = "0.5.4" ;
30
30
31
31
macro_rules! get( ( $name: expr) => ( ok!( env:: var( $name) ) ) ) ;
You can’t perform that action at this time.
0 commit comments