Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-11-23 Thread Philippe Normand via webkit-dev
Hi, I found out that disk I/O is terribly slow on Docker for macOS. I had to give up on my build after several hours because of that. So I tried "Mutagen", wasn't able to make it work, and kind of gave up and moved to the next thing on the pile of things to do... Today I just found one possible

Re: [webkit-dev] How to set up Intellisense-ish code completion/suggestions for editing WebKit sources on macOS?

2021-11-11 Thread Philippe Normand via webkit-dev
Hi Mike, About ccls, some of us Igalians use it on Linux, I compiled a few tips: https://trac.webkit.org/wiki/WebKitEmacsTips Nowadays trunk includes a .ccls file, is it not working for you? Alicia recently blogged about setting up clangd/VSCode, that's on Linux, but maybe some parts apply for

Re: [webkit-dev] Running the GTK port on macOS with Docker

2021-10-15 Thread Philippe Normand via webkit-dev
r using my local tree would be ideal. > Alright, thanks for answering Jean-Yves :) I'll clean-up the experiment a bit, document it and ping you for testing when it's ready. Philippe > Jean-Yves > > > On 15 Oct 2021, at 1:21 am, Philippe Normand via webkit-dev > > wrot

[webkit-dev] Running the GTK port on macOS with Docker

2021-10-14 Thread Philippe Normand via webkit-dev
Hi, The WPE/GTK ports nowadays rely on a SDK that provides all the tools needed for development, it's used on the bots as well. Currently we run it with Flatpak, but technically, Docker can also be used. I've actually checked that a GTK MiniBrowser build downloaded from the bots can run on macOS