forked from bblanchon/pdfium-binaries
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Musl: fix "selected processor does not support `pmull`" Windows: remove `cgdi_printer_driver.cpp`'s patch This patch is not required anymore. Run `install-sysroot.py` after `runhooks` Restore `install-sysroot.py` The Linux ARM builds fail without this line. Call `gclient runhooks` instead of `install-sysroot.py` Remove `use_allocator_shim` It's an option of `partition_allocator` which we disabled for all architectures. Upgrade the runner to Ubuntu 22.04 iOS V8: remove the dependency on BrowserEngineKit Bug introduced by: https://chromium.googlesource.com/v8/v8.git/+/7dec59784535eac97053729969a42282ce1387b6 Fixes bblanchon#164 Android: remove `gclient runhooks` The command was failing with the following message: > update_depot_tools: line 148: goma_ctl: command not found Caused by: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/4160794 Musl: remove workaround for undefined `enable_safe_libstdcxx` This reverts commit e789065. https://chromium.googlesource.com/chromium/src/build/+/4711ca616db541b49146e18b485c20876680c570 Android: set `default_min_sdk_version = 21` Closes bblanchon#147. Closes bblanchon#161. Android: install `unzip` CI: remove the optional token for `workflow-dispatch` Musl: add a workaround for undefined `enable_safe_libstdcxx` https://chromium.googlesource.com/chromium/src/build/+/b484740dba8205ad6cec10feb2d2e17a466ec3bf Make `linux_musl_arm64_v8` wait for `linux_musl_arm64` Musl: update patch https://chromium.googlesource.com/chromium/src/build/+/ee2c24e99f79ca8f7ce16adf7aa89597aeac4816 WASM: update patch https://chromium.googlesource.com/chromium/src/build/+/ee2c24e99f79ca8f7ce16adf7aa89597aeac4816 Update V8 patch Update WASM patch https://pdfium.googlesource.com/pdfium/+/67963ba Test the patches against the latest `chromium/*` branch Set `clang_use_chrome_plugins = false` This skips many extra warnings, such as `chromium-rawptr` which broke today's build. Update deprecated actions NuGet: Add release notes to packages Closes bblanchon#154 Closes bblanchon#156 Set `pdf_use_partition_alloc = false` for all platforms Closes bblanchon#148 NuGet: fix macOS arch in target file NuGet: add target files to Linux and macOS for Mono support NuGet: add Linux Musl ARM64 Musl: add `-flax-vector-conversions` for ARM64 (fixes bblanchon#150) Windows: update patch (fixes bblanchon#149) Adds a dummy definition to avoid the unused variable error Anaconda: remove 32-bit packages Relates to bblanchon#146 Anaconda: switch from weekly to monthly release Closes bblanchon#146 WASM: remove `libpdfium.a` from tarball and NuGet package Reverts 8d9cea2 Reverts bblanchon#123 Closes bblanchon#145 Make Emscripten SDK (emsdk) version a workflow input Closes bblanchon#143 Musl: add arm64 v8 Relates to bblanchon#133 and bblanchon#134 readme/conda badge: add link Add a 15 minutes timeout to the checkout step Add Spacedrive to related projects Disable allocator_shim for macOS build Update V8 patch https://pdfium.googlesource.com/pdfium/+/5956b29a Update V8 patch https://pdfium.googlesource.com/pdfium/+/cee3d1d43a Patch `build/config/BUILDCONFIG.gn` instead of `build_overrides/BUILDCONFIG.gn` https://pdfium.googlesource.com/pdfium/+/9c8a2c8e Musl: add arm64 build Closes bblanchon#133 Use GCC 10 for the linux arm builds Update Windows runner to `windows-2022` Fix Musl patch
- Loading branch information
Showing
33 changed files
with
402 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
/staging/ | ||
/build/ | ||
*.tgz | ||
/*-musl-cross/ | ||
/*-musl*-cross/ | ||
/android-ndk* | ||
/conda/out/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.