Skip to content

Commit

Permalink
[CI] Fix release verification nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 28, 2023
1 parent c9674bc commit 3986702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/archery/generate_files_for_endian_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set -e
json_dir=$TMP_DIR/arrow.$$
mkdir -p $json_dir

archery integration --stop-on-error --with-cpp=1 --tempdir=$json_dir
archery integration --stop-on-error --run-ipc --with-cpp=1 --tempdir=$json_dir

for f in $json_dir/*.json ; do
$ARROW_CPP_EXE_PATH/arrow-json-integration-test -mode JSON_TO_ARROW -json $f -arrow ${f%.*}.arrow_file -integration true ;
Expand Down
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ test_integration() {
maybe_setup_conda || exit 1
maybe_setup_virtualenv || exit 1

pip install -e dev/archery
pip install -e dev/archery[integration]

JAVA_DIR=$ARROW_SOURCE_DIR/java
CPP_BUILD_DIR=$ARROW_TMPDIR/cpp-build
Expand Down

0 comments on commit 3986702

Please sign in to comment.