Changes between Version 6 and Version 7 of WebKitFlatpakSDK/SpeedUpBuild
- Timestamp:
- Nov 17, 2022, 4:23:14 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitFlatpakSDK/SpeedUpBuild
v6 v7 17 17 {{{ 18 18 #!sh 19 $ Tools/Scripts/webkit-flatpak -r -t token -s scheduler-url20 }}} 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 22 You 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. 23 23 24 24 Once 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.