From 920c3b2950fe4a1242e2fd733037af3266dd0fca Mon Sep 17 00:00:00 2001 From: Aosen Xiong Date: Thu, 18 Jun 2026 14:25:13 -0400 Subject: [PATCH] Use test git-scripts branch in clone-related --- checker/bin-devel/clone-related.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checker/bin-devel/clone-related.sh b/checker/bin-devel/clone-related.sh index 6acbe750d3ec..32421bc0d8bb 100755 --- a/checker/bin-devel/clone-related.sh +++ b/checker/bin-devel/clone-related.sh @@ -37,8 +37,8 @@ if [ -d "$GIT_SCRIPTS" ]; then (cd "$GIT_SCRIPTS" && (git pull -q || true)) else (cd "$CHECKERFRAMEWORK/checker/bin-devel" \ - && (git clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git .git-scripts \ - || (sleep 60 && git clone --depth=1 -q https://github.com/eisop-plume-lib/git-scripts.git .git-scripts))) + && (git clone --depth=1 -b fix-shelopts-ci-info -q https://github.com/aosen-xiong/git-scripts.git .git-scripts \ + || (sleep 60 && git clone --depth=1 -b fix-shelopts-ci-info -q https://github.com/aosen-xiong/git-scripts.git .git-scripts))) fi # Clone the annotated JDK into ../jdk .