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
5ed3b418
Unverified
Commit
5ed3b418
authored
Aug 08, 2019
by
jmagman
Committed by
GitHub
Aug 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add COMPILER_INDEX_STORE_ENABLE=NO to macOS build and tests (#37806)
parent
c2c4774c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
module_test_ios.dart
dev/devicelab/bin/tasks/module_test_ios.dart
+2
-0
build_macos.dart
packages/flutter_tools/lib/src/macos/build_macos.dart
+1
-0
build_macos_test.dart
...r_tools/test/general.shard/commands/build_macos_test.dart
+1
-0
No files found.
dev/devicelab/bin/tasks/module_test_ios.dart
View file @
5ed3b418
...
...
@@ -250,6 +250,7 @@ Future<void> main() async {
'CODE_SIGN_IDENTITY=-'
,
'EXPANDED_CODE_SIGN_IDENTITY=-'
,
'CONFIGURATION_BUILD_DIR=
${tempDir.path}
'
,
'COMPILER_INDEX_STORE_ENABLE=NO'
,
],
environment:
<
String
,
String
>
{
'FLUTTER_ANALYTICS_LOG_FILE'
:
analyticsOutputFile
.
path
,
...
...
@@ -294,6 +295,7 @@ Future<void> main() async {
'CODE_SIGN_IDENTITY=-'
,
'EXPANDED_CODE_SIGN_IDENTITY=-'
,
'CONFIGURATION_BUILD_DIR=
${tempDir.path}
'
,
'COMPILER_INDEX_STORE_ENABLE=NO'
,
],
canFail:
true
);
...
...
packages/flutter_tools/lib/src/macos/build_macos.dart
View file @
5ed3b418
...
...
@@ -54,6 +54,7 @@ Future<void> buildMacOS({
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'OBJROOT=
${fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'SYMROOT=
${fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Products')}
'
,
'COMPILER_INDEX_STORE_ENABLE=NO'
,
]);
final
Status
status
=
logger
.
startProgress
(
'Building macOS application...'
,
...
...
packages/flutter_tools/test/general.shard/commands/build_macos_test.dart
View file @
5ed3b418
...
...
@@ -97,6 +97,7 @@ void main() {
'-derivedDataPath'
,
flutterBuildDir
.
absolute
.
path
,
'OBJROOT=
${fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Intermediates.noindex')}
'
,
'SYMROOT=
${fs.path.join(flutterBuildDir.absolute.path, 'Build', 'Products')}
'
,
'COMPILER_INDEX_STORE_ENABLE=NO'
,
])).
thenAnswer
((
Invocation
invocation
)
async
{
fs
.
file
(
fs
.
path
.
join
(
'macos'
,
'Flutter'
,
'ephemeral'
,
'.app_filename'
))
..
createSync
(
recursive:
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