Jenn Magder
Jenn Magder
We'll have to update the ios-deploy build recipe to pass `IOS_DEPLOY_FEATURE_DEVELOPER_MODE`. > From our discussion offline, it seemed we had a misunderstanding over when the define would be defined, and...
Build locally with the preprocessor ``` $ xcodebuild -configuration Release SYMROOT=build GCC_PREPROCESSOR_DEFINITIONS="NDEBUG=1 IOS_DEPLOY_FEATURE_DEVELOPER_MODE=YES" ``` I see the flag: ``` --check-developer-mode checks whether the given device has developer mode enabled (requires...
Recipe change at https://flutter-review.googlesource.com/c/recipes/+/34122
Request to codesign ios-deploy at https://github.com/flutter/flutter/issues/112245
@keyonghan what else needs to be done to make sure the arm64 cipd packages are used on arm bots, and Rosetta is installed? https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20module_test_ios/17563/overview ``` Target aot_assembly_release failed: ProcessException: Bad...
> For arm64 cipd packages, we need the package maintainer to add the arm64 version, for example `chrome`. This one failed missing `openjdk` but we should have that? https://github.com/flutter/flutter/issues/98532 https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20framework_tests_misc/25668/overview
And this one is missing arm ffi https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8805363977658226209/+/u/run_test.dart_for_tool_host_cross_arch_tests_shard_and_subshard_None/test_stdout https://chrome-infra-packages.appspot.com/p/flutter/ruby/mac-arm64/+/P1b-yT8l6N4J6TbVI5fJDqmbWIKP6WhKcLfITjWZ2ZEC https://github.com/flutter/flutter/issues/87508#issuecomment-1076614727
> For arm64 cipd packages, we need the package maintainer to add the arm64 version, for example `chrome`. Filed https://github.com/flutter/flutter/issues/110113
@keyonghan everything passed when I added the `arm64` tag. If we want `Mac` to work for either, we can't set it in .ci.yaml, it should be derived from the `cpu`...
> @keyonghan everything passed when I added the `arm64` tag. If we want `Mac` to work for either, we can't set it in .ci.yaml, it should be derived from the...