< prev index next >

.github/workflows/build-linux.yml

Print this page
@@ -129,10 +129,11 @@
            --with-boot-jdk=${{ steps.bootjdk.outputs.path }}
            --with-jtreg=${{ steps.jtreg.outputs.path }}
            --with-gtest=${{ steps.gtest.outputs.path }}
            --with-zlib=system
            --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)
  
< prev index next >