We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97b148 commit 98c66ebCopy full SHA for 98c66eb
2 files changed
.ci.yaml
@@ -509,7 +509,7 @@ targets:
509
recipe: engine_v2/builder
510
properties:
511
config_name: mac_clangd
512
- cpu: x86
+ cpu: arm64
513
514
- name: Mac mac_unopt
515
recipe: engine_v2/engine_v2
ci/builders/standalone/mac_clangd.json
@@ -32,7 +32,7 @@
32
"name": "clangd",
33
"script": "flutter/tools/clangd_check/bin/main.dart",
34
"parameters": [
35
- "--clangd=buildtools/mac-x64/clang/bin/clangd",
+ "--clangd=buildtools/mac-arm64/clang/bin/clangd",
36
"--compile-commands-dir=../out/ci/mac_unopt_debug_no_rbe"
37
]
38
}
0 commit comments