mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Meta: Pin harfbuzz to 10.2.0 for now
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Build Dev Container Image / build (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Some checks are pending
CI / macOS, arm64, Sanitizer_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers_CI, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer_CI, Clang (push) Waiting to run
Build Dev Container Image / build (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
Several of us (including our WPT runner) are getting linker errors with 11.2.0, as Qt is pulling in the system harfbuzz.
This commit is contained in:
parent
b2dea4577a
commit
504be366a2
Notes:
github-actions[bot]
2025-07-02 15:04:16 +00:00
Author: https://github.com/trflynn89
Commit: 504be366a2
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5273
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/alimpfard ✅
1 changed files with 4 additions and 0 deletions
|
@ -160,6 +160,10 @@
|
||||||
"name": "fontconfig",
|
"name": "fontconfig",
|
||||||
"version": "2.15.0#4"
|
"version": "2.15.0#4"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "harfbuzz",
|
||||||
|
"version": "10.2.0#0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "icu",
|
"name": "icu",
|
||||||
"version": "76.1#0"
|
"version": "76.1#0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue