Unverified Commit 261594e7 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

add libzip cache artifact (#43677)

parent 13c4ba2a
8fb14f99a8854d4e2b16559c0eb48e7c297065ce
...@@ -412,6 +412,7 @@ class IosDeviceDiscovery implements DeviceDiscovery { ...@@ -412,6 +412,7 @@ class IosDeviceDiscovery implements DeviceDiscovery {
'openssl', 'openssl',
'ideviceinstaller', 'ideviceinstaller',
'ios-deploy', 'ios-deploy',
'libzip',
].map((String packageName) => path.join(_artifactDirPath, packageName)).join(':'); ].map((String packageName) => path.join(_artifactDirPath, packageName)).join(':');
return <String, String>{'DYLD_LIBRARY_PATH': libPath}; return <String, String>{'DYLD_LIBRARY_PATH': libPath};
} }
......
...@@ -1100,6 +1100,7 @@ class IosUsbArtifacts extends CachedArtifact { ...@@ -1100,6 +1100,7 @@ class IosUsbArtifacts extends CachedArtifact {
'openssl', 'openssl',
'ideviceinstaller', 'ideviceinstaller',
'ios-deploy', 'ios-deploy',
'libzip',
]; ];
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment