Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 11, 2021
1 parent fd6cfb1 commit 9477c9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/tensorflow-addons/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ cat .bazelrc
sleep 2

# debug
find $PREFIX -maxdepth 3 -type d -ls
sleep 10
find $PREFIX/include -maxdepth 2 -type d -ls || sleep 5
find $PREFIX/include/tensorflow -maxdepth 2 -type d -ls || sleep 5
ls $PREFIX/include/tensorflow/core/framework || sleep 5

bazel build build_pip_pkg
# build a whl file
Expand Down

0 comments on commit 9477c9f

Please sign in to comment.