WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273315
[CMake] Skia headers symlink is sometimes not created before it is needed
https://bugs.webkit.org/show_bug.cgi?id=273315
Summary
[CMake] Skia headers symlink is sometimes not created before it is needed
Adrian Perez
Reported
2024-04-26 04:55:48 PDT
Building .o files does not need libSkia.a, and the headers symlink is created as side effect of generating libSkia.a; so we can end up in situations where sources need to include the Skia headers but the symlink wasn't yet created. For example in this build log:
https://ews-build.webkit.org/#/builders/5/builds/52139/steps/14/logs/stdio
This is more obvious after
bug #270776
but could have happened before that, we were just lucky that as a custom_target() without dependencies Ninja/Make were scheduling symlink creation very early during the build.
Attachments
Add attachment
proposed patch, testcase, etc.
Adrian Perez
Comment 1
2024-04-26 05:00:21 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/27797
EWS
Comment 2
2024-04-26 05:09:14 PDT
Committed
278034@main
(6f3cd5542cb2): <
https://commits.webkit.org/278034@main
> Reviewed commits have been landed. Closing PR #27797 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2024-04-26 05:10:16 PDT
<
rdar://problem/127109036
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug