Unverified Commit 9a31c39a authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Do not add CI build settings to macOS (#71860)

parent 4277099c
......@@ -97,7 +97,6 @@ Future<void> buildMacOS({
'-quiet',
'COMPILER_INDEX_STORE_ENABLE=NO',
'EXCLUDED_ARCHS=arm64', // TODO(jmagman): Allow ARM https://github.com/flutter/flutter/issues/69221
...environmentVariablesAsXcodeBuildSettings(globals.platform)
],
trace: true,
stdoutErrorMatcher: verboseLogging ? null : _anyOutput,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment