Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 98ea0b4

Browse files
author
Dart CI
committed
Version 2.11.0-200.0.dev
Merge commit 'ae7ff6c13ac7371ee376f8683c97333b6b88b8f8' into 'dev'
2 parents 8572b5c + ae7ff6c commit 98ea0b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

tools/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ CHANNEL dev
2727
MAJOR 2
2828
MINOR 11
2929
PATCH 0
30-
PRERELEASE 199
30+
PRERELEASE 200
3131
PRERELEASE_PATCH 0

tools/bots/test_matrix.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,10 +2698,12 @@
26982698
},
26992699
{
27002700
"builders": [
2701-
"analyzer-nnbd-linux-release"
2701+
"analyzer-nnbd-linux-release",
2702+
"analyzer-nnbd-mac-release",
2703+
"analyzer-nnbd-win-release"
27022704
],
27032705
"meta": {
2704-
"description": "This configuration is used by the nnbd analyzer builder."
2706+
"description": "This configuration is used by the nnbd analyzer builders."
27052707
},
27062708
"steps": [
27072709
{

tools/gn.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@ def ToGnArgs(args, mode, arch, target_os, sanitizer, verify_sdk_hash):
265265
gn_args['use_goma'] = False
266266
gn_args['goma_dir'] = None
267267

268+
if gn_args['target_os'] == 'mac' and gn_args['use_goma']:
269+
gn_args['mac_use_goma_rbe'] = True
270+
268271
# Code coverage requires -O0 to be set.
269272
if enable_code_coverage:
270273
gn_args['dart_debug_optimization_level'] = 0

0 commit comments

Comments
 (0)