Unverified Commit 148ae7bf authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Always build x86 mac apps (#70649)

parent 5ddc0576
......@@ -96,6 +96,7 @@ Future<void> buildMacOS({
else
'-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,
......
......@@ -95,6 +95,7 @@ void main() {
else
'-quiet',
'COMPILER_INDEX_STORE_ENABLE=NO',
'EXCLUDED_ARCHS=arm64',
],
stdout: 'STDOUT STUFF',
onRun: () {
......
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