mirror of
https://github.com/flutter/packages.git
synced 2025-06-21 23:52:15 +08:00
Unpin mac_toolchain version (#5683)
mac_toolchain has been updated to no longer have 2 minute slowdown (https://github.com/flutter/flutter/issues/138109), so unpin to use the latest version.
This commit is contained in:

committed by
GitHub

parent
bbb4134751
commit
d18ee34ef2
10
.ci.yaml
10
.ci.yaml
@ -88,12 +88,9 @@ platform_properties:
|
|||||||
os: Mac-12|Mac-13
|
os: Mac-12|Mac-13
|
||||||
device_type: none
|
device_type: none
|
||||||
cpu: arm64
|
cpu: arm64
|
||||||
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
|
|
||||||
$flutter/osx_sdk : >-
|
$flutter/osx_sdk : >-
|
||||||
{
|
{
|
||||||
"sdk_version": "14e300c",
|
"sdk_version": "14e300c"
|
||||||
"toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC",
|
|
||||||
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
|
|
||||||
}
|
}
|
||||||
mac_x64:
|
mac_x64:
|
||||||
properties:
|
properties:
|
||||||
@ -104,12 +101,9 @@ platform_properties:
|
|||||||
os: Mac-12|Mac-13
|
os: Mac-12|Mac-13
|
||||||
device_type: none
|
device_type: none
|
||||||
cpu: x86
|
cpu: x86
|
||||||
# TODO(vashworth): Remove specific toolchain_ver once https://github.com/flutter/flutter/issues/138109 is resolved.
|
|
||||||
$flutter/osx_sdk : >-
|
$flutter/osx_sdk : >-
|
||||||
{
|
{
|
||||||
"sdk_version": "14e300c",
|
"sdk_version": "14e300c"
|
||||||
"toolchain_ver_arm": "JiMOaZvCH66lnGWMJdLScE-7lkUnKaw3COdWwqXmjWEC",
|
|
||||||
"toolchain_ver_intel": "Zp2HmSx7_-pu-yHqYqzoEpo0JRwNZGGwSj5V1SnLFmoC"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
targets:
|
targets:
|
||||||
|
Reference in New Issue
Block a user