This is an automated email from the ASF dual-hosted git repository.

zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git


The following commit(s) were added to refs/heads/refactor/rust-rewrite-design 
by this push:
     new 262adcff6 test(poc): emit reproducibility metadata
262adcff6 is described below

commit 262adcff60eb5d6f69b651d1084eb67dfde84b4c
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 09:38:41 2026 +0800

    test(poc): emit reproducibility metadata
---
 tools/rust-partition-poc/verify.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tools/rust-partition-poc/verify.sh 
b/tools/rust-partition-poc/verify.sh
index d0d9a4f83..eaef466f2 100755
--- a/tools/rust-partition-poc/verify.sh
+++ b/tools/rust-partition-poc/verify.sh
@@ -6,6 +6,10 @@
 set -euo pipefail
 root="$(cd "$(dirname "$0")/../.." && pwd)"
 manifest="$root/tools/rust-partition-poc/Cargo.toml"
+echo "commit=$(git -C \"$root\" rev-parse HEAD)"
+echo "host=$(rustc -vV | sed -n 's/^host: //p')"
+rustc --version
+cargo --version
 cargo fmt --manifest-path "$manifest" -- --check
 cargo clippy --manifest-path "$manifest" --all-targets -- -D warnings
 cargo test --manifest-path "$manifest"

Reply via email to