add libzip cache artifact (#43677)

This commit is contained in:
Christopher Fujino 2019-10-29 14:29:00 -07:00 committed by GitHub
parent 13c4ba2a25
commit 261594e785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
8fb14f99a8854d4e2b16559c0eb48e7c297065ce

View File

@ -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};
} }

View File

@ -1100,6 +1100,7 @@ class IosUsbArtifacts extends CachedArtifact {
'openssl', 'openssl',
'ideviceinstaller', 'ideviceinstaller',
'ios-deploy', 'ios-deploy',
'libzip',
]; ];
@override @override