Changes between Version 6 and Version 7 of WebKitFlatpakSDK/SpeedUpBuild


Ignore:
Timestamp:
Nov 17, 2022 4:23:14 AM (18 months ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitFlatpakSDK/SpeedUpBuild

    v6 v7  
    1717{{{
    1818#!sh
    19 $ Tools/Scripts/webkit-flatpak -r -t token -s scheduler-url
    20 }}}
    21 
    22 By default the scheduler url is Igalia's if it wasn't provided on the command-line.
     19$ Tools/Scripts/webkit-flatpak -r -t token
     20}}}
     21
     22You can specify the scheduler URL using `-s scheduler-url`, if you don't do it by default the scheduler url is Igalia's if it wasn't provided on the command-line.
    2323
    2424Once the toolchains have been generated, they will be available in `WebKitBuild/UserFlatpak/Toolchains/` and a sccache config file should be present in `WebKitBuild/UserFlatpak/sccache.toml`. Feel free to edit it, but keep in mind this is a generated file. To use a custom config file during the build, use the `$SCCACHE_CONF` env var (refer to the upstream sccache docs), otherwise the generated one will be used by default.