Remove certs installation from win_arm builds. (#143487)
The certs dependency was added in 2020 as a workaround for missing certificates in win 10 images. These dependency is not required for windows arm64 builds because they are running on win 11.
This commit is contained in:
parent
0fac13b443
commit
dde76f4961
4
.ci.yaml
4
.ci.yaml
@ -283,10 +283,6 @@ platform_properties:
|
|||||||
properties:
|
properties:
|
||||||
# The arch can be removed after https://github.com/flutter/flutter/issues/135722.
|
# The arch can be removed after https://github.com/flutter/flutter/issues/135722.
|
||||||
arch: arm
|
arch: arm
|
||||||
dependencies: >-
|
|
||||||
[
|
|
||||||
{"dependency": "certs", "version": "version:9563bb"}
|
|
||||||
]
|
|
||||||
os: Windows
|
os: Windows
|
||||||
cpu: arm64
|
cpu: arm64
|
||||||
windows_android:
|
windows_android:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user