Skip to content

Commit

Permalink
update verification script to run rust build in native directory not …
Browse files Browse the repository at this point in the history
…core
  • Loading branch information
andygrove committed Jul 20, 2024
1 parent fe1966c commit df980bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df980bf

Please sign in to comment.