From df980bf67e59f439521b90dd2139c6a8d706c0bc Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Sat, 20 Jul 2024 14:44:13 -0600 Subject: [PATCH] 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 da09e3d1b..df150835e 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