Skip to content

Commit

Permalink
keep deps folder as it's still needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Oct 6, 2023
1 parent 270dffc commit 565f2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ download_build_component arrow "$SCRIPTS_DIR/build_arrow.sh" "$target"

# very tight diskspace limit on github runners, clear deps folder with all .o files
if [[ -n "$GITHUB_ACTIONS" ]]; then
rm -rf $SCRIPTS_DIR/../deps
rm -rf $SCRIPTS_DIR/../deps/*
fi

build_component libsnowflakeclient "$SCRIPTS_DIR/build_libsnowflakeclient.sh" "$target" "$@"
Expand Down

0 comments on commit 565f2ee

Please sign in to comment.