Skip to content

Commit 1e62a79

Browse files
rstzcopybara-github
authored andcommitted
[YDF] [TF-DF] Minor fixes
- Pass release_cpu_linux flag to test_bazel to on linux for manylinux compatibility - Remove the MacOS Tensorflow warning - Fix an incorrect warning on max_depth =-1 or -2, which are special cases (and always set) PiperOrigin-RevId: 665904417
1 parent 2340111 commit 1e62a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test_bazel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ if is_macos; then
118118
elif is_windows; then
119119
FLAGS="${FLAGS} --config=windows"
120120
else
121-
FLAGS="${FLAGS} --config=linux"
121+
FLAGS="${FLAGS} --config=linux --config=release_cpu_linux"
122122
fi
123123

124124

0 commit comments

Comments
 (0)