This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch branch-0.1
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/branch-0.1 by this push:
     new df980bf6 update verification script to run rust build in native 
directory not core
df980bf6 is described below

commit df980bf67e59f439521b90dd2139c6a8d706c0bc
Author: Andy Grove <[email protected]>
AuthorDate: Sat Jul 20 14:44:13 2024 -0600

    update verification script to run rust build in native directory not core
---
 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 da09e3d1..df150835 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -107,7 +107,7 @@ setup_tempdir() {
 
 test_source_distribution() {
   set -e
-  pushd core
+  pushd native
     RUSTFLAGS="-Ctarget-cpu=native" cargo build --release
   popd
   # test with the latest supported version of Spark


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to