Skip to content

Instantly share code, notes, and snippets.

@luhenry
Last active October 18, 2022 17:01
Show Gist options
  • Save luhenry/62b154cb12788dabe5d7be8e2acc7e8b to your computer and use it in GitHub Desktop.
Save luhenry/62b154cb12788dabe5d7be8e2acc7e8b to your computer and use it in GitHub Desktop.
export OPENJDK_DIR=/workspace/jdk
export OPENJDK_BUILD=/workspace/jdk/build/linux-riscv64-server-release/images/jdk
export TOP_DIR=$(pwd)
export TEST_DIR=$(pwd)
# export BUILD_LIST=openjdk,system/jcstress
export BUILD_LIST=openjdk
export BUILD_ROOT=$(pwd)/test-results
export JRE_IMAGE=/workspace/jdk/build/linux-riscv64-server-release/images/jdk
export TEST_JDK_HOME=/workspace/jdk/build/linux-riscv64-server-release/images/jdk
export TESTIMAGE_PATH=/workspace/jdk/build/linux-riscv64-server-release/images/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment