Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a306abc2c06c61ce14a68abc64c9e153495dbf37
https://github.com/WebKit/WebKit/commit/a306abc2c06c61ce14a68abc64c9e153495dbf37
Author: Michael Catanzaro <[email protected]>
Date: 2026-09-17 (Thu, 17 Sep 2026)
Changed paths:
M Source/bmalloc/mimalloc/CMakeLists.txt
Log Message:
-----------
REGRESSION(305908@main): bmalloc installs mimalloc as a system library
https://bugs.webkit.org/show_bug.cgi?id=324458
Reviewed by Yusuke Suzuki.
Currently, bmalloc installs mimalloc as a "system" library, albeit one
with an object file rather than a usual shared library. There are
installed header files, pkg-config files, and even CMake files.
Fix this by using CMake's EXCLUDE_FROM_ALL feature. The install targets
are no longer enabled by default. Now only the targets that we actually
use, and their dependencies, are built.
Unfortunately this requires a newer version of CMake than we have
available, but I didn't want to bump the minimum required because
mimalloc is a very rarely-used configuration.
Canonical link: https://commits.webkit.org/321339@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications