From 10ce7ac28154eee0f7ee6076a73f78205e142625 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Fri, 29 Mar 2024 14:20:11 -0700 Subject: [PATCH 1/2] Finish clangd testing. --- .ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index c770736d3b47e..e84001fada595 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -368,7 +368,6 @@ targets: - os=Mac-13 - name: Linux mac_clangd - bringup: true recipe: engine_v2/engine_v2 # Avoid using a Mac orchestrator to save ~5 minutes of Mac host time. drone_dimensions: From 52fa28cf2d14c1e50dc38f0cbbc50f6f3078a054 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Sun, 31 Mar 2024 09:18:14 -0700 Subject: [PATCH 2/2] Update mac_unopt_debug_no_rbe.json --- ci/builders/mac_unopt_debug_no_rbe.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/builders/mac_unopt_debug_no_rbe.json b/ci/builders/mac_unopt_debug_no_rbe.json index af2acdd1950f1..9d31974457109 100644 --- a/ci/builders/mac_unopt_debug_no_rbe.json +++ b/ci/builders/mac_unopt_debug_no_rbe.json @@ -32,6 +32,11 @@ "config": "mac_unopt_debug_no_rbe", "targets": ["flutter/tools/font_subset"] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "15a240d" + } + }, "tests": [ { "language": "dart",