Skip to content

Commit

Permalink
Trying to fix cpp-micro benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Henderson committed Sep 7, 2022
1 parent 4d85a69 commit 14ef68d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions buildkite/benchmark/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,9 @@ build_arrow_java() {
}

install_archery() {
if [[ "$OSTYPE" != "darwin"* ]]
then
clone_repo
fi

clone_repo
pushd $REPO_DIR
source dev/conbench_envs/hooks.sh build_arrow_python
source dev/conbench_envs/hooks.sh install_archery
popd
}
Expand Down

0 comments on commit 14ef68d

Please sign in to comment.