From: Adrian Perez de Castro <aperez@igalia.com>
To: Thomas Devoogdt <thomas@devoogdt.com>
Cc: buildroot@buildroot.org, Thomas Devoogdt <thomas.devoogdt@barco.com>
Subject: Re: [Buildroot] [PATCH v1] package/webkitgtk: disable internal ccache configuration
Date: Mon, 27 Oct 2025 15:31:00 +0200 [thread overview]
Message-ID: <20251027153100.GD121268@igalia.com> (raw)
In-Reply-To: <20251025143512.78812-2-thomas@devoogdt.com>
[-- Attachment #1.1: Type: text/plain, Size: 1405 bytes --]
On Sat, 25 Oct 2025 16:35:12 +0200 Thomas Devoogdt <thomas@devoogdt.com> wrote:
> From: Thomas Devoogdt <thomas.devoogdt@barco.com>
>
> WebKit's auto-configured ccache results in 100% cache misses.
> Disable WebKit's internal ccache setup [1] since Buildroot
> already manages the ccache in toolchain/toolchain-wrapper.c.
>
> [1] https://github.com/WebKit/WebKit/blob/webkitgtk-2.50.1/Source/cmake/WebKitCCache.cmake
>
> Signed-off-by: Thomas Devoogdt <thomas.devoogdt@barco.com>
Acked-by: Adrian Perez de Castro <aperez@igalia.com>
> ---
> package/webkitgtk/webkitgtk.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
> index 0b6a1383ca..fecca3529d 100644
> --- a/package/webkitgtk/webkitgtk.mk
> +++ b/package/webkitgtk/webkitgtk.mk
> @@ -19,6 +19,10 @@ WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf host-unifdef \
>
> WEBKITGTK_CMAKE_BACKEND = ninja
>
> +# Buildroot adds support for ccache through its
> +# toolchain-wrapper, so tell webkitgtk not to mess with it.
> +WEBKITGTK_CONF_ENV = WK_USE_CCACHE=NO
> +
> WEBKITGTK_CONF_OPTS = \
> -DENABLE_API_TESTS=OFF \
> -DENABLE_DOCUMENTATION=OFF \
> --
> 2.43.0
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
>
Cheers,
—Adrián
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2025-10-27 13:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-25 14:35 [Buildroot] [PATCH v1] package/wpewebkit: disable internal ccache configuration Thomas Devoogdt
2025-10-25 14:35 ` [Buildroot] [PATCH v1] package/webkitgtk: " Thomas Devoogdt
2025-10-27 13:31 ` Adrian Perez de Castro [this message]
2025-11-02 19:45 ` Peter Korsgaard
2025-10-27 13:30 ` [Buildroot] [PATCH v1] package/wpewebkit: " Adrian Perez de Castro
2025-11-02 19:45 ` Peter Korsgaard
2025-11-17 20:02 ` Arnout Vandecappelle via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251027153100.GD121268@igalia.com \
--to=aperez@igalia.com \
--cc=buildroot@buildroot.org \
--cc=thomas.devoogdt@barco.com \
--cc=thomas@devoogdt.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.