Changes between Version 4 and Version 5 of WebKitFlatpakSDK/SpeedUpBuild
- Timestamp:
- Aug 11, 2020, 6:35:40 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitFlatpakSDK/SpeedUpBuild
v4 v5 54 54 }}} 55 55 56 And then run build-webkit as usual. Open a network traffic monitor and watch for the uplink data rate. For debug builds a good downlink is needed as well, because the object files produced on the cloud builders are bigger. 56 And then run build-webkit as usual. Open a network traffic monitor and watch for the uplink data rate. For debug builds a good downlink is needed as well, because the object files produced on the cloud builders are bigger. You can monitor the sccache stats with this command: 57 58 {{{ 59 #!sh 60 $ WEBKIT_USE_SCCACHE=1 webkit-flatpak -c watch -n 1 sccache -s 61 }}} 57 62 58 63 If you have access to a Redis instance, you can tell sccache to use it: