@@ -51,28 +51,43 @@ export RUSTFLAGS="-Awarnings"
51
51
# Keras format, which the C API can't read:
52
52
# https://github.com/tensorflow/tensorflow/issues/70514
53
53
TF_USE_LEGACY_KERAS=1 run python3 examples/mobilenetv3/create_model.py
54
+ run df -h
54
55
# TODO(#391): Re-enable: (cd test_resources/library && ./build-test-op)
55
56
run cargo fmt --all -- --check
57
+ run df -h
56
58
run cargo test -vv -j 2
59
+ run df -h
57
60
run cargo test -vv -j 2 --features eager
61
+ run df -h
58
62
run cargo test -vv -j 2 --features tensorflow_unstable
63
+ run df -h
59
64
run cargo test -vv -j 2 --features ndarray
65
+ run df -h
60
66
run cargo run --example regression
67
+ run df -h
61
68
run cargo run --example xor
69
+ run df -h
62
70
run cargo run --features tensorflow_unstable --example expressions
71
+ run df -h
63
72
run cargo run --features eager --example mobilenetv3
73
+ run df -h
64
74
run cargo doc --features experimental,tensorflow_unstable,ndarray,eager
75
+ run df -h
65
76
run cargo doc --features experimental,tensorflow_unstable,ndarray,eager,private-docs-rs
77
+ run df -h
66
78
# TODO(#66): Re-enable: (cd tensorflow-sys && cargo test -vv -j 1)
67
79
(cd tensorflow-sys && run cargo run --example multiplication)
80
+ run df -h
68
81
(cd tensorflow-sys && run cargo run --example tf_version)
82
+ run df -h
69
83
(cd tensorflow-sys && run cargo doc -vv)
84
+ run df -h
70
85
71
- run cargo clippy
72
- (cd tensorflow-sys && run cargo clippy)
73
- (cd tensorflow-op-codegen && run cargo clippy)
74
- (cd tensorflow-proto-codegen && run cargo clippy)
75
- (cd tensorflow-internal-macros && run cargo clippy)
86
+ # run cargo clippy
87
+ # (cd tensorflow-sys && run cargo clippy)
88
+ # (cd tensorflow-op-codegen && run cargo clippy)
89
+ # (cd tensorflow-proto-codegen && run cargo clippy)
90
+ # (cd tensorflow-internal-macros && run cargo clippy)
76
91
77
92
for file in $( find . -name target -prune -o -name ' *.rs' -print) ; do
78
93
bad_deprecations=" $( rustfmt --emit stdout --config max_width=1000 " $file " | grep ' #\[deprecated' | grep -E -v ' ([^"\\]|\\.|"([^"\\]|\\.)*")*since' || true) "
@@ -88,3 +103,4 @@ for file in $(find . -name target -prune -o -name '*.rs' -print); do
88
103
exit 1
89
104
fi
90
105
done
106
+ run df -h
0 commit comments