From d894e778bd5994134e3146b34a9a62f0004b6e40 Mon Sep 17 00:00:00 2001 From: ShammiL Date: Tue, 13 Aug 2024 10:54:27 +0530 Subject: [PATCH] change 4 disable ubuntu and macos --- .github/workflows/all-tests.yml | 84 ++++++++++++++++----------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/all-tests.yml b/.github/workflows/all-tests.yml index 877b361cb8..e8924836ac 100644 --- a/.github/workflows/all-tests.yml +++ b/.github/workflows/all-tests.yml @@ -3,48 +3,48 @@ name: All Tests ( openjdk8 ) on: [push] jobs: - Ubuntu: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: joschi/setup-jdk@v2 - with: - distribution: 'adopt' - java-version: 11 - - name: Set JAVA_TOOL_OPTIONS - run: | - NEW_JAVA_TOOL_OPTIONS="${{ env.JAVA_TOOL_OPTIONS }} -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED" - echo "JAVA_TOOL_OPTIONS=$NEW_JAVA_TOOL_OPTIONS" >> $GITHUB_ENV - - name: Build with Maven - run: | - mvn -B clean install --file pom.xml -fae - env: - JAVA_TOOL_OPTIONS: ${{ env.JAVA_TOOL_OPTIONS }} - - MacOS: - - runs-on: macOS-latest - - steps: - - uses: actions/checkout@v2 - - name: Set up JDK 11 - uses: joschi/setup-jdk@v2 - with: - distribution: 'adopt' - java-version: 11 - - name: Set JAVA_TOOL_OPTIONS - run: | - NEW_JAVA_TOOL_OPTIONS="${{ env.JAVA_TOOL_OPTIONS }} -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED" - echo "JAVA_TOOL_OPTIONS=$NEW_JAVA_TOOL_OPTIONS" >> $GITHUB_ENV - - name: Build with Maven - run: | - mvn -B clean install --file pom.xml -fae - env: - JAVA_TOOL_OPTIONS: ${{ env.JAVA_TOOL_OPTIONS }} - +# Ubuntu: +# +# runs-on: ubuntu-latest +# +# steps: +# - uses: actions/checkout@v2 +# - name: Set up JDK 11 +# uses: joschi/setup-jdk@v2 +# with: +# distribution: 'adopt' +# java-version: 11 +# - name: Set JAVA_TOOL_OPTIONS +# run: | +# NEW_JAVA_TOOL_OPTIONS="${{ env.JAVA_TOOL_OPTIONS }} -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED" +# echo "JAVA_TOOL_OPTIONS=$NEW_JAVA_TOOL_OPTIONS" >> $GITHUB_ENV +# - name: Build with Maven +# run: | +# mvn -B clean install --file pom.xml -fae +# env: +# JAVA_TOOL_OPTIONS: ${{ env.JAVA_TOOL_OPTIONS }} +# +# MacOS: +# +# runs-on: macOS-latest +# +# steps: +# - uses: actions/checkout@v2 +# - name: Set up JDK 11 +# uses: joschi/setup-jdk@v2 +# with: +# distribution: 'adopt' +# java-version: 11 +# - name: Set JAVA_TOOL_OPTIONS +# run: | +# NEW_JAVA_TOOL_OPTIONS="${{ env.JAVA_TOOL_OPTIONS }} -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED" +# echo "JAVA_TOOL_OPTIONS=$NEW_JAVA_TOOL_OPTIONS" >> $GITHUB_ENV +# - name: Build with Maven +# run: | +# mvn -B clean install --file pom.xml -fae +# env: +# JAVA_TOOL_OPTIONS: ${{ env.JAVA_TOOL_OPTIONS }} +# windows: