Skip to content

Commit

Permalink
Update build_whl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iindyk authored Dec 24, 2024
1 parent 351b173 commit 01dc84a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grain/oss/build_whl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e -x
function main() {
bazel clean
bazel build ... --action_env PYTHON_BIN_PATH="${PYTHON_BIN}" --action_env MACOSX_DEPLOYMENT_TARGET=11.0
#bazel test --verbose_failures --test_output=errors ... --action_env PYTHON_BIN_PATH="${PYTHON_BIN}"
bazel test --verbose_failures --test_output=errors ... --action_env PYTHON_BIN_PATH="${PYTHON_BIN}"

DEST="/tmp/grain/all_dist"
mkdir -p "${DEST}"
Expand Down

0 comments on commit 01dc84a

Please sign in to comment.