< prev index next >

.github/workflows/build-windows.yml

Print this page
@@ -132,10 +132,11 @@
            --with-boot-jdk=${{ steps.bootjdk.outputs.path }}
            --with-jtreg=${{ steps.jtreg.outputs.path }}
            --with-gtest=${{ steps.gtest.outputs.path }}
            --with-msvc-toolset-version=${{ inputs.msvc-toolset-version }}
            --with-jmod-compress=zip-1
+           --disable-jvm-feature-shenandoahgc
            ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
            echo "Dumping config.log:" &&
            cat config.log &&
            exit 1)
          env:
< prev index next >