Skip to content

Commit

Permalink
Disable xcode indexing in CI via COMPILER_INDEX_STORE_ENABLE=NO argum…
Browse files Browse the repository at this point in the history
…ent (flutter#37378)
  • Loading branch information
andrijasinski authored and christopherfujino committed Aug 16, 2019
1 parent 0ba71f9 commit 267b858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/flutter_tools/lib/src/ios/mac.dart
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ Future<XcodeBuildResult> buildXcodeProject({
// Don't log analytics for downstream Flutter commands.
// e.g. `flutter build bundle`.
buildCommands.add('FLUTTER_SUPPRESS_ANALYTICS=true');
buildCommands.add('COMPILER_INDEX_STORE_ENABLE=NO');

final Stopwatch sw = Stopwatch()..start();
initialBuildStatus = logger.startProgress('Running Xcode build...', timeout: timeoutConfiguration.fastOperation);
Expand Down

0 comments on commit 267b858

Please sign in to comment.