Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <[email protected]>
  • Loading branch information
stdrc committed Oct 11, 2024
1 parent 8a12c1a commit f180232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/build-other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source ci/scripts/common.sh
echo "--- Build Rust UDF"
cd e2e_test/udf/wasm
rustup target add wasm32-wasi
cargo build --release
cargo build --release --target wasm32-wasi
cd ../../..

echo "--- Build Java packages"
Expand Down

0 comments on commit f180232

Please sign in to comment.