Skip to content

Commit

Permalink
Fix JSpecify reference checker build (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Aug 18, 2024
1 parent acc67c0 commit 2a9108c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checker/bin-devel/test-jspecify-reference-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ source "$SCRIPTDIR"/clone-related.sh

GIT_SCRIPTS="$SCRIPTDIR/.git-scripts"
# TODO: remove uses of `main-eisop` once that becomes `main`.
"$GIT_SCRIPTS/git-clone-related" jspecify jspecify-reference-checker -b main-eisop
"$GIT_SCRIPTS/git-clone-related" --upstream-branch main-eisop jspecify jspecify-reference-checker

cd ../jspecify-reference-checker

# Delete the eisop/jdk that was already cloned...
rm -r ../jdk
# instead clone the jspecify/jdk.
"$GIT_SCRIPTS/git-clone-related" jspecify jdk

cd ../jspecify-reference-checker
git switch main-eisop
JSPECIFY_CONFORMANCE_TEST_MODE=details ./gradlew build conformanceTests demoTest --console=plain --include-build "$CHECKERFRAMEWORK"

0 comments on commit 2a9108c

Please sign in to comment.