Skip to content

Commit

Permalink
Musl: remove the v8 builds
Browse files Browse the repository at this point in the history
See #191, #192 and #193
  • Loading branch information
bblanchon committed Feb 18, 2025
1 parent a954b57 commit e4fa4e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 54 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,20 +372,6 @@ jobs:
target_environment: musl
enable_v8: false

linux_musl_arm64_v8:
name: Linux musl ARM64 V8
if: github.event.inputs.enable_v8 == 'true'
needs: linux_musl_arm64
uses: ./.github/workflows/build.yml
with:
branch: ${{ github.event.inputs.branch }}
version: ${{ github.event.inputs.version }}
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: linux
target_cpu: arm64
target_environment: musl
enable_v8: true

linux_musl_x64:
name: Linux musl x64
uses: ./.github/workflows/build.yml
Expand All @@ -398,20 +384,6 @@ jobs:
target_environment: musl
enable_v8: false

linux_musl_x64_v8:
name: Linux musl x64 V8
if: github.event.inputs.enable_v8 == 'true'
needs: linux_musl_x64
uses: ./.github/workflows/build.yml
with:
branch: ${{ github.event.inputs.branch }}
version: ${{ github.event.inputs.version }}
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: linux
target_cpu: x64
target_environment: musl
enable_v8: true

linux_musl_x86:
name: Linux musl x86
uses: ./.github/workflows/build.yml
Expand All @@ -424,20 +396,6 @@ jobs:
target_environment: musl
enable_v8: false

linux_musl_x86_v8:
name: Linux musl x86 V8
if: github.event.inputs.enable_v8 == 'true'
needs: linux_musl_x86
uses: ./.github/workflows/build.yml
with:
branch: ${{ github.event.inputs.branch }}
version: ${{ github.event.inputs.version }}
is_debug: ${{ github.event.inputs.is_debug == 'true' }}
target_os: linux
target_cpu: x86
target_environment: musl
enable_v8: true

mac_arm64:
name: macOS ARM64
uses: ./.github/workflows/build.yml
Expand Down Expand Up @@ -616,11 +574,8 @@ jobs:
- linux_x86
- linux_x86_v8
- linux_musl_arm64
- linux_musl_arm64_v8
- linux_musl_x64
- linux_musl_x64_v8
- linux_musl_x86
- linux_musl_x86_v8
- mac_arm64
- mac_arm64_v8
- mac_x64
Expand Down Expand Up @@ -754,11 +709,8 @@ jobs:
- linux_arm64
- linux_arm64_v8
- linux_musl_arm64
- linux_musl_arm64_v8
- linux_musl_x64
- linux_musl_x64_v8
- linux_musl_x86
- linux_musl_x86_v8
- linux_x64
- linux_x64_v8
- linux_x86
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,17 @@ Here are the download links for latest release:
<td rowspan="3">musl</td>
<td>arm64</td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-arm64.tgz">pdfium-linux-musl-arm64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-arm64.tgz">pdfium-v8-linux-musl-arm64.tgz</a></td>
<td>failing (#192)</td>
</tr>
<tr>
<td>x64</td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-x64.tgz">pdfium-linux-musl-x64.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-x64.tgz">pdfium-v8-linux-musl-x64.tgz</a></td>
<td>failing (#191)</td>
</tr>
<tr>
<td>x86</td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-linux-musl-x86.tgz">pdfium-linux-musl-x86.tgz</a></td>
<td><a href="https://github.com/bblanchon/pdfium-binaries/releases/latest/download/pdfium-v8-linux-musl-x86.tgz">pdfium-v8-linux-musl-x86.tgz</a></td>
<td>failing (#193)</td>
</tr>

<tr>
Expand Down
3 changes: 0 additions & 3 deletions nuget/bblanchon.PDFiumV8.Linux.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@
<file src="pdfium-v8-linux-arm64/lib/libpdfium.so" target="runtimes/linux-arm64/native/libpdfium.so" />
<file src="pdfium-v8-linux-x64/lib/libpdfium.so" target="runtimes/linux-x64/native/libpdfium.so" />
<file src="pdfium-v8-linux-x86/lib/libpdfium.so" target="runtimes/linux-x86/native/libpdfium.so" />
<file src="pdfium-v8-linux-musl-arm64/lib/libpdfium.so" target="runtimes/linux-musl-arm64/native/libpdfium.so" />
<file src="pdfium-v8-linux-musl-x64/lib/libpdfium.so" target="runtimes/linux-musl-x64/native/libpdfium.so" />
<file src="pdfium-v8-linux-musl-x86/lib/libpdfium.so" target="runtimes/linux-musl-x86/native/libpdfium.so" />
</files>
</package>

0 comments on commit e4fa4e8

Please sign in to comment.