Skip to content

Commit

Permalink
Set $JDT to builtin on public gates.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 11, 2021
1 parent 69f7dd2 commit c997a8a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ env:
MX_GIT_CACHE: refcache
MX_PYTHON_VERSION: 3
JAVA_HOME: ${{ github.workspace }}/jdk
JDT: builtin
MX_PATH: ${{ github.workspace }}/mx

jobs:
Expand Down Expand Up @@ -150,16 +151,6 @@ jobs:
git fetch --unshallow
fi
if [[ ${GATE} == *fullbuild* ]]
then
# Only test JDT on JDK8
if [ "${JDK}" == "openjdk8" ]
then
export JDT=${MX_PATH}/ecj.jar
wget --no-verbose https://archive.eclipse.org/eclipse/downloads/drops4/R-4.14-201912100610/ecj-4.14.jar -O ${JDT}
fi
fi
echo ${JAVA_HOME}
${JAVA_HOME}/bin/java -version
if [[ ${WITHOUT_VCS} ]]
Expand Down

0 comments on commit c997a8a

Please sign in to comment.