Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ci/scripts/rust_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ rustup show

pushd ${source_dir}

# Workaround for https://github.com/apache/arrow/issues/45787
# half 2.5.0 requires rust 1.81.0 or newer, so use the
# 2.4.0 which is compatible with version of rust in builder
cargo update -p half --precise 2.4.0

# build only the integration testing binaries
cargo build -p arrow-integration-testing --target-dir ${build_dir}

Expand Down
Loading