Skip to content

Commit

Permalink
furthur cleanup to trigger the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 9, 2025
1 parent e47a149 commit 266fcb8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions recipe/build_estimator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

set -exuo pipefail


pushd tensorflow-estimator

WHEEL_DIR=${PWD}/wheel_dir
Expand All @@ -15,4 +14,3 @@ bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package ${WHEEL_DIR}
${PYTHON} -m pip install --no-deps ${WHEEL_DIR}/*.whl
bazel clean
popd

2 changes: 1 addition & 1 deletion recipe/build_pkg.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#! /bin/bash

set -exuo pipefail

# install the whl making sure to use host pip/python if cross-compiling
${PYTHON} -m pip install --no-deps $SRC_DIR/tensorflow_pkg/*.whl

# The tensorboard package has the proper entrypoint
rm -f ${PREFIX}/bin/tensorboard

0 comments on commit 266fcb8

Please sign in to comment.