We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d00ca0 commit b89ccdeCopy full SHA for b89ccde
1 file changed
.github/workflows/build-cross-compile.yml
@@ -82,6 +82,7 @@ jobs:
82
debian-arch: riscv64
83
debian-repository: https://httpredir.debian.org/debian/
84
debian-version: trixie
85
+ configure-arguments: --with-jvm-variants=zero
86
87
steps:
88
- name: 'Checkout the JDK source'
@@ -155,7 +156,7 @@ jobs:
155
156
--with-sysroot=sysroot
157
CC=${{ matrix.gnu-arch }}-linux-gnu${{ matrix.gnu-abi}}-gcc-${{ inputs.gcc-major-version }}
158
CXX=${{ matrix.gnu-arch }}-linux-gnu${{ matrix.gnu-abi}}-g++-${{ inputs.gcc-major-version }}
- ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
159
+ ${{ matrix.configure-arguments }} ${{ inputs.extra-conf-options }} ${{ inputs.configure-arguments }} || (
160
echo "Dumping config.log:" &&
161
cat config.log &&
162
exit 1)
0 commit comments