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
60c6cbf0
Unverified
Commit
60c6cbf0
authored
Sep 20, 2022
by
Jenn Magder
Committed by
GitHub
Sep 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Apple Silicon workarounds from plugin lint test (#111432)
parent
06b87fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
34 deletions
+0
-34
plugin_lint_mac.dart
dev/devicelab/bin/tasks/plugin_lint_mac.dart
+0
-34
No files found.
dev/devicelab/bin/tasks/plugin_lint_mac.dart
View file @
60c6cbf0
...
...
@@ -31,13 +31,9 @@ Future<void> main() async {
'lib'
,
'lint'
,
iosintegrationTestPodspec
,
'--configuration=Debug'
,
// Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
'--use-libraries'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
final
String
macosintegrationTestPodspec
=
path
.
join
(
integrationTestPackage
,
'integration_test_macos'
,
'macos'
,
'integration_test_macos.podspec'
);
...
...
@@ -47,12 +43,8 @@ Future<void> main() async {
'lib'
,
'lint'
,
macosintegrationTestPodspec
,
'--configuration=Debug'
,
// Release targets unsupported arm64 Apple Silicon. Use Debug to only build against targeted x86_64 macOS.
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
});
...
...
@@ -84,13 +76,9 @@ Future<void> main() async {
'lib'
,
'lint'
,
objcPodspecPath
,
'--configuration=Debug'
,
// Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
'--allow-warnings'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
});
...
...
@@ -103,14 +91,10 @@ Future<void> main() async {
'lib'
,
'lint'
,
objcPodspecPath
,
'--configuration=Debug'
,
// Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
'--allow-warnings'
,
'--use-libraries'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
});
...
...
@@ -141,14 +125,10 @@ Future<void> main() async {
<
String
>[
'lib'
,
'lint'
,
'--configuration=Debug'
,
// Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
swiftPodspecPath
,
'--allow-warnings'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
});
...
...
@@ -161,14 +141,10 @@ Future<void> main() async {
'lib'
,
'lint'
,
swiftPodspecPath
,
'--configuration=Debug'
,
// Release targets unsupported arm64 simulators. Use Debug to only build against targeted x86_64 simulator devices.
'--allow-warnings'
,
'--use-libraries'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
);
});
...
...
@@ -185,11 +161,6 @@ Future<void> main() async {
'--allow-warnings'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
// TODO(jmagman): Flutter cannot build against ARM https://github.com/flutter/flutter/issues/69221
canFail:
true
,
);
});
...
...
@@ -206,11 +177,6 @@ Future<void> main() async {
'--use-libraries'
,
'--verbose'
,
],
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
// TODO(jmagman): Flutter cannot build against ARM https://github.com/flutter/flutter/issues/69221
canFail:
true
,
);
});
...
...
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