mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix gclient vpython3 install error on automated builders (see https://crbug.com/1231439)
This commit is contained in:
@ -39,6 +39,9 @@ patches = [
|
|||||||
#
|
#
|
||||||
# Support custom VS toolchain on Windows.
|
# Support custom VS toolchain on Windows.
|
||||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=623342
|
||||||
|
#
|
||||||
|
# Update "py" wheel to a version that is compatible with pytest-6.2.2.
|
||||||
|
# https://bugs.chromium.org/p/chromium/issues/detail?id=1231439
|
||||||
'name': 'runhooks',
|
'name': 'runhooks',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
diff --git .vpython3 .vpython3
|
||||||
|
index 14faab39343e8..0aeeb03f79bdd 100644
|
||||||
|
--- .vpython3
|
||||||
|
+++ .vpython3
|
||||||
|
@@ -204,7 +204,7 @@ wheel <
|
||||||
|
|
||||||
|
wheel <
|
||||||
|
name: "infra/python/wheels/py-py2_py3"
|
||||||
|
- version: "version:1.5.3"
|
||||||
|
+ version: "version:1.10.0"
|
||||||
|
>
|
||||||
|
|
||||||
|
wheel <
|
||||||
diff --git build/toolchain/win/setup_toolchain.py build/toolchain/win/setup_toolchain.py
|
diff --git build/toolchain/win/setup_toolchain.py build/toolchain/win/setup_toolchain.py
|
||||||
index c1d2fa2ce0aa2..d1d215f35ac12 100644
|
index c1d2fa2ce0aa2..d1d215f35ac12 100644
|
||||||
--- build/toolchain/win/setup_toolchain.py
|
--- build/toolchain/win/setup_toolchain.py
|
||||||
|
Reference in New Issue
Block a user