Skip to content

Commit

Permalink
Add keep packaged modules option
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jun 24, 2024
1 parent 1a77605 commit e5010e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +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'
extra-conf-options: '--enable-runtime-link-image --enable-keep-packaged-modules'
if: needs.select.outputs.linux-x64 == 'true'

build-linux-x86:
Expand Down Expand Up @@ -230,7 +230,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'
extra-conf-options: '--enable-runtime-link-image --enable-keep-packaged-modules'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.macos-x64 == 'true'

Expand All @@ -243,7 +243,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'
extra-conf-options: '--enable-runtime-link-image --enable-keep-packaged-modules'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.macos-aarch64 == 'true'

Expand All @@ -256,7 +256,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'
extra-conf-options: '--enable-runtime-link-image --enable-keep-packaged-modules'
make-arguments: ${{ github.event.inputs.make-arguments }}
if: needs.select.outputs.windows-x64 == 'true'

Expand Down

0 comments on commit e5010e9

Please sign in to comment.