add libzip cache artifact (#43677)
This commit is contained in:
parent
13c4ba2a25
commit
261594e785
1
bin/internal/libzip.version
Normal file
1
bin/internal/libzip.version
Normal file
@ -0,0 +1 @@
|
|||||||
|
8fb14f99a8854d4e2b16559c0eb48e7c297065ce
|
@ -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 {
|
|||||||
'openssl',
|
'openssl',
|
||||||
'ideviceinstaller',
|
'ideviceinstaller',
|
||||||
'ios-deploy',
|
'ios-deploy',
|
||||||
|
'libzip',
|
||||||
];
|
];
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user