Skip to content

Commit

Permalink
Enable linkable runtime when building the JDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Mar 18, 2024
1 parent d8bfb47 commit 688759d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
gcc-major-version: '10'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
make-arguments: ${{ github.event.inputs.make-arguments }}
extra-conf-options: '--enable-runtime-link-image'
# The linux-x64 jdk bundle is used as buildjdk for the cross-compile job
if: needs.select.outputs.linux-x64 == 'true' || needs.select.outputs.linux-cross-compile == 'true'

Expand Down Expand Up @@ -231,6 +232,7 @@ jobs:
runs-on: 'macos-13'
xcode-toolset-version: '14.3.1'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
extra-conf-options: '--enable-runtime-link-image'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.macos-x64 == 'true'

Expand All @@ -243,6 +245,7 @@ jobs:
runs-on: 'macos-14'
xcode-toolset-version: '14.3.1'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
extra-conf-options: '--enable-runtime-link-image'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.macos-aarch64 == 'true'

Expand All @@ -255,6 +258,7 @@ jobs:
msvc-toolset-version: '14.29'
msvc-toolset-architecture: 'x86.x64'
configure-arguments: ${{ github.event.inputs.configure-arguments }}
extra-conf-options: '--enable-runtime-link-image'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.windows-x64 == 'true'

Expand Down

0 comments on commit 688759d

Please sign in to comment.