I was trying to avoid this as only some parts of the build use large
amounts of memory and the build is so slow that it would really help to
have 2 build jobs, but it's causing the bulk build machines to swap too
much, which causes clocks to go out of sync (11 minutes in my current
build), which breaks all the KF5 things built on that machine afterwards
because cmake does stupid time checks on files installed in /usr/local
not just in the build directory.
and updating 20.x to 20.0.8. based on a diff from gonzalo@.
nextcloud's update procedure only works from one major version to the next,
so users of 19.x in 6.8-stable will need to move through 20.x before reaching
20.x therefore we need to have both versions available in 6.9.
Changelog (from https://github.com/Pylons/webtest/blob/master/CHANGELOG.rst)
2.0.35 (2020-04-27)
python3.8 compat
Remove use of deprecated splittype and splithost
2.0.34 (2020-01-29)
Fix the test length == 0 in check_content_type.
Treat <input type="search"> like <input type="text">.
Handle query parameters for the head method.
2.0.33 (2019-02-09)
Fixed#210. Allow to reset select multiple with field.value = []
Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2
Fixed#196. Fix deprecation warnings for collections to use
collections.abc for Iterable on Python 3.
2.0.32 (2018-10-05)
remove invalid email from setup.py
2.0.31 (2018-10-05)
py33 is no longer supported. It may works but has been removed from tox
config
Fixed#205: Use empty string as default value for submit and button
tests use pytest
ok sthen@
GN_ARGS.
From 2013 until early 2021, Google permitted distribution builds of
Chromium to access Google APIs that added significant features to
Chromium including, but not limited to, Sync and geolocation.
As of March 15, 2021, any Chromium builds which pass client_id and/or
client_secret during build will prevent end-users from signing into their
Google account.
Hint:
If you wish to use sync, you have to build your own chromium package
and use the publicly available client_id and client_secret of the Chrome
browser.