Skip to content

Commit

Permalink
Update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed Apr 3, 2024
1 parent 10eaa83 commit 8ecb2e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .setup-CF.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ export JAVA_HOME=${JAVA_HOME:-$(dirname $(dirname $(readlink -f $(which javac)))

git -C /tmp clone --depth 1 -q https://github.com/plume-lib/plume-scripts.git

export JSR308="${JSR308:-$(cd .. && pwd -P)}"
export CHECKERFRAMEWORK="${CHECKERFRAMEWORK:-$(pwd -P)/../checker-framework}"

## Build Checker Framework
/tmp/plume-scripts/git-clone-related eisop checker-framework ${CHECKERFRAMEWORK}

(cd $CHECKERFRAMEWORK && ./gradlew assemble)
(cd $CHECKERFRAMEWORK && ./gradlew assembleForJavac)

echo Exiting "$(cd "$(dirname "$0")" && pwd -P)/$(basename "$0")" in `pwd`

0 comments on commit 8ecb2e7

Please sign in to comment.