Skip to content

Commit

Permalink
[YDF] [TF-DF] Minor fixes
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
rstz authored and copybara-github committed Aug 21, 2024
1 parent 2340111 commit 1e62a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if is_macos; then
elif is_windows; then
FLAGS="${FLAGS} --config=windows"
else
FLAGS="${FLAGS} --config=linux"
FLAGS="${FLAGS} --config=linux --config=release_cpu_linux"
fi


Expand Down

0 comments on commit 1e62a79

Please sign in to comment.