diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 1909ee5..0f177bc 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index 3ecc5d0..aa8621f 100644 --- a/README.md +++ b/README.md @@ -112,17 +112,17 @@ Here are the download links for latest release: musl arm64 pdfium-linux-musl-arm64.tgz - pdfium-v8-linux-musl-arm64.tgz + failing (#192) x64 pdfium-linux-musl-x64.tgz - pdfium-v8-linux-musl-x64.tgz + failing (#191) x86 pdfium-linux-musl-x86.tgz - pdfium-v8-linux-musl-x86.tgz + failing (#193) diff --git a/nuget/bblanchon.PDFiumV8.Linux.nuspec b/nuget/bblanchon.PDFiumV8.Linux.nuspec index e6d9384..85456de 100644 --- a/nuget/bblanchon.PDFiumV8.Linux.nuspec +++ b/nuget/bblanchon.PDFiumV8.Linux.nuspec @@ -46,8 +46,5 @@ - - -