Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
261594e7
Unverified
Commit
261594e7
authored
5 years ago
by
Christopher Fujino
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add libzip cache artifact (#43677)
parent
13c4ba2a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
libzip.version
bin/internal/libzip.version
+1
-0
adb.dart
dev/devicelab/lib/framework/adb.dart
+1
-0
cache.dart
packages/flutter_tools/lib/src/cache.dart
+1
-0
No files found.
bin/internal/libzip.version
0 → 100644
View file @
261594e7
8fb14f99a8854d4e2b16559c0eb48e7c297065ce
This diff is collapsed.
Click to expand it.
dev/devicelab/lib/framework/adb.dart
View file @
261594e7
...
...
@@ -412,6 +412,7 @@ class IosDeviceDiscovery implements DeviceDiscovery {
'openssl'
,
'ideviceinstaller'
,
'ios-deploy'
,
'libzip'
,
].
map
((
String
packageName
)
=>
path
.
join
(
_artifactDirPath
,
packageName
)).
join
(
':'
);
return
<
String
,
String
>{
'DYLD_LIBRARY_PATH'
:
libPath
};
}
...
...
This diff is collapsed.
Click to expand it.
packages/flutter_tools/lib/src/cache.dart
View file @
261594e7
...
...
@@ -1100,6 +1100,7 @@ class IosUsbArtifacts extends CachedArtifact {
'openssl'
,
'ideviceinstaller'
,
'ios-deploy'
,
'libzip'
,
];
@override
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment