From 5fbf4db2555bdd3e06c8b648123d03f9f2d3d4ba Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Thu, 18 Dec 2025 17:31:13 +0800 Subject: [PATCH] chore: add test log --- scripts/build_rln.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build_rln.sh b/scripts/build_rln.sh index 95f0ec31c..22dde16ce 100755 --- a/scripts/build_rln.sh +++ b/scripts/build_rln.sh @@ -54,9 +54,11 @@ else echo "Please update the submodule to ${rln_version}" exit 1 fi + echo "build with cargo" # if submodule version = version in Makefile, build rln cargo build --release -p rln --manifest-path "${build_dir}/rln/Cargo.toml" --features arkzkey + echo "build with cargo" echo "Contents of target/release:" ls -lh "${build_dir}/target/release"