This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 1f5dece968 GH-39683: [Release] Use temporary direction with
TEST_BINARY=1 (#39684)
1f5dece968 is described below
commit 1f5dece9681d804bd3b03b2106b7426217b213e9
Author: Sutou Kouhei <[email protected]>
AuthorDate: Thu Jan 18 18:46:17 2024 +0900
GH-39683: [Release] Use temporary direction with TEST_BINARY=1 (#39684)
### Rationale for this change
We should use temporary directory to verify in clean environment.
### What changes are included in this PR?
Use `ARROW_TMPDIR` for prefix of download directory.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* Closes: #39683
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
dev/release/verify-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 90f071c5b4..04fc7fd563 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -173,7 +173,7 @@ test_binary() {
show_header "Testing binary artifacts"
maybe_setup_conda
- local download_dir=binaries
+ local download_dir=${ARROW_TMPDIR}/binaries
mkdir -p ${download_dir}
${PYTHON:-python3} $SOURCE_DIR/download_rc_binaries.py $VERSION $RC_NUMBER \