Open
Conversation
domesticmouse
approved these changes
May 13, 2024
Member
|
Beta CI pipeline isn't happy. ❌ loading /Users/runner/work/flutter-mediapipe/flutter-mediapipe/packages/mediapipe-task-text/test/text_classifier_result_test.dart (failed)
Error: Package(s) mediapipe_text require the native assets feature to be enabled. Enable using `flutter config --enable-native-assets`.
package:flutter_tools/src/base/common.dart 10:3 throwToolExit
package:flutter_tools/src/isolated/native_assets/native_assets.dart 255:5 nativeBuildRequired
===== asynchronous gap ===========================
package:flutter_tools/src/isolated/native_assets/macos/native_assets.dart 93:8 buildNativeAssetsMacOS
===== asynchronous gap ===========================
package:flutter_tools/src/isolated/native_assets/test/native_assets.dart 40:31 testCompilerBuildNativeAssets
===== asynchronous gap ===========================
package:flutter_tools/src/test/test_compiler.dart 172:37 TestCompiler._onCompilationRequest
TimeoutException after 0:12:00.000000: Test timed out after 12 minutes.
package:test_api/src/backend/invoker.dart 338:28 Invoker._handleError.<fn>
dart:async/zone.dart 1391:47 _rootRun
dart:async/zone.dart 1301:19 _CustomZone.run
package:test_api/src/backend/invoker.dart 336:10 Invoker._handleError
package:test_api/src/backend/invoker.dart 291:9 Invoker.heartbeat.<fn>.<fn>
dart:async/zone.dart 1399:13 _rootRun
dart:async/zone.dart 1301:19 _CustomZone.run
package:test_api/src/backend/invoker.dart 290:38 Invoker.heartbeat.<fn>
dart:async-patch/timer_patch.dart 18:15 Timer._createTimer.<fn>
dart:isolate-patch/timer_impl.dart 398:19 _Timer._runTimers
dart:isolate-patch/timer_impl.dart 429:5 _Timer._handleMessage
dart:isolate-patch/isolate_patch.dart 184:12 _RawReceivePort._handleMessage |
Collaborator
Author
|
@domesticmouse This PR is a placeholder for when native-assets migrates out of experiment status - it cannot be make to work while |
Member
Suggestion: mark this PR as a draft PR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Includes
betachannel in the CI suite.CI will never pass on this PR until Flutter's native assets feature graduates out of experiment status. As long as
$ flutter config --enable-native-assetsis a thing, Flutter's MediaPipe libraries will only work on the master channel, even as that channel progresses.