This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 27ef65cd9 ci: try to fix macOS Rust verification build (#2407)
27ef65cd9 is described below
commit 27ef65cd9f066ec7ef9deadd9741ce5bdb20e2a6
Author: David Li <[email protected]>
AuthorDate: Sun Jan 5 23:10:18 2025 -0500
ci: try to fix macOS Rust verification build (#2407)
---
dev/release/verify-release-candidate.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index a5b277560..060471b01 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -692,6 +692,7 @@ test_rust() {
maybe_setup_conda rust || exit 1
# We expect the C++ libraries to exist.
+ export ADBC_SNOWFLAKE_GO_LIB_DIR="${CPP_INSTALL_PREFIX}/lib"
"${ADBC_DIR}/ci/scripts/rust_build.sh" "${ADBC_SOURCE_DIR}"
"${ADBC_DIR}/ci/scripts/rust_test.sh" "${ADBC_SOURCE_DIR}"
"${CPP_INSTALL_PREFIX}"
}