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
bd7e2eee
Unverified
Commit
bd7e2eee
authored
Aug 25, 2020
by
Jenn Magder
Committed by
GitHub
Aug 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Cirrus image Xcode version (#63252)
parent
13d1ff8c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.cirrus.yml
.cirrus.yml
+1
-1
plugin_lint_mac.dart
dev/devicelab/bin/tasks/plugin_lint_mac.dart
+4
-0
No files found.
.cirrus.yml
View file @
bd7e2eee
...
...
@@ -333,7 +333,7 @@ task:
# than just fetching the data in the first place.
task
:
osx_instance
:
image
:
catalina-xcode-1
1.3.1
-flutter
# see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly)
image
:
catalina-xcode-1
2.0
-flutter
# see https://cirrus-ci.org/guide/macOS/ for list of images (we should update regularly)
# cpu is always 2
# memory is always 8G
environment
:
...
...
dev/devicelab/bin/tasks/plugin_lint_mac.dart
View file @
bd7e2eee
...
...
@@ -50,6 +50,8 @@ Future<void> main() async {
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
// TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502
canFail:
true
,
);
});
...
...
@@ -69,6 +71,8 @@ Future<void> main() async {
environment:
<
String
,
String
>{
'LANG'
:
'en_US.UTF-8'
,
},
// TODO(jmagman): Flutter cannot build against ARM simulators https://github.com/flutter/flutter/issues/64502
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