Skip to content

Commit

Permalink
Cleanup left over shell scripts in build process (#6017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored Oct 26, 2019
1 parent a0dcb45 commit 010270b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 50 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ echo "Using Python executable $PYTHON_EXECUTABLE."
BAZEL_EXECUTABLE=$(PATH="$PATH:$HOME/.bazel/bin" which bazel)
echo "Using Bazel executable $BAZEL_EXECUTABLE."

RAY_BUILD_PYTHON=$RAY_BUILD_PYTHON \
RAY_BUILD_JAVA=$RAY_BUILD_JAVA \
bash "$ROOT_DIR/setup_thirdparty.sh" "$PYTHON_EXECUTABLE"

# Now we build everything.
BUILD_DIR="$ROOT_DIR/build/"
if [ ! -d "${BUILD_DIR}" ]; then
Expand Down
18 changes: 0 additions & 18 deletions setup_thirdparty.sh

This file was deleted.

28 changes: 0 additions & 28 deletions thirdparty/scripts/setup.sh

This file was deleted.

0 comments on commit 010270b

Please sign in to comment.