WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
198285
[GTK] Build without WPE renderer in debian and ubuntu bots
https://bugs.webkit.org/show_bug.cgi?id=198285
Summary
[GTK] Build without WPE renderer in debian and ubuntu bots
Carlos Garcia Campos
Reported
2019-05-28 01:28:52 PDT
There aren't wpe packages in those distros, so we need to build with wpe renderer disabled.
Attachments
Patch
(3.05 KB, patch)
2019-05-28 01:30 PDT
,
Carlos Garcia Campos
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2019-05-28 01:30:50 PDT
Created
attachment 370717
[details]
Patch
Carlos Garcia Campos
Comment 2
2019-05-28 02:38:52 PDT
Pablo told me we have a way to pass cmake args to those bots without having to change any configuration. He already changed it, so closing.
Pablo Saavedra
Comment 3
2019-05-31 01:49:21 PDT
For the record, basically we are using the envvar `BUILD_WEBKIT_ARGS` to override specific flags for a particular bot. For example, for the case of Ubuntu: ``` BUILD_WEBKIT_ARGS="--cmakeargs=-DENABLE_WEB_CRYPTO=OFF --cmakeargs=-DUSE_WOFF2=OFF --cmakeargs=-DUSE_GSTREAMER_GL=OFF --cmakeargs=-DENABLE_BUBBLEWRAP_SANDBOX=OFF --cmakeargs=-DUSE_OPENJPEG=OFF --cmakeargs=-DUSE_WPE_RENDERER=OFF" \ ``` As you can , we added -DUSE_WPE_RENDERER=OFF to avoid the WPE renderer in this one.
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