15 Commits

Author SHA1 Message Date
Gerrit User 1347058
91f5a2a77a Create patch set 5
Change has been successfully rebased and submitted as 738a53ce271acc8cde81798bbdd22dca2fde81a3

1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:

```
The name of the file: DEPS
Insertions: 26, Deletions: 10.

@@ -235,16 +235,6 @@
       'condition': 'checkout_android and non_git_source',
       'dep_type': 'cipd',
   },
-  'src/tools/clang/dsymutil': {
-    'packages': [
-      {
-        'package': 'chromium/llvm-build-tools/dsymutil',
-        'version': '8e05e94b4cc73ba182bdd448a1eca875ab9c4911',
-      }
-    ],
-    'condition': 'checkout_mac',
-    'dep_type': 'cipd',
-  },
 
 
   'src/third_party/android_build_tools/aapt2/cipd': {
@@ -1654,6 +1644,32 @@
                Var('rbe_instance'),
                ],
   },
+  {
+    'name': 'dsymutil_mac_arm64',
+    'pattern': '.',
+    'condition': 'host_os == "mac" and host_cpu == "arm64"',
+    'action': [ 'python3',
+                'src/third_party/depot_tools/download_from_google_storage.py',
+                '--no_resume',
+                '--no_auth',
+                '--bucket', 'chromium-browser-clang',
+                '-s', 'src/tools/clang/dsymutil/bin/dsymutil.arm64.sha1',
+                '-o', 'src/tools/clang/dsymutil/bin/dsymutil',
+    ],
+  },
+  {
+    'name': 'dsymutil_mac_x64',
+    'pattern': '.',
+    'condition': 'host_os == "mac" and host_cpu == "x64"',
+    'action': [ 'python3',
+                'src/third_party/depot_tools/download_from_google_storage.py',
+                '--no_resume',
+                '--no_auth',
+                '--bucket', 'chromium-browser-clang',
+                '-s', 'src/tools/clang/dsymutil/bin/dsymutil.x64.sha1',
+                '-o', 'src/tools/clang/dsymutil/bin/dsymutil',
+    ],
+  },
 ]
 
 recursedeps = [
```


Patch-set: 5
Patch-set-description: Rebase
Subject: Fix mac_asan bot by using right architecture for dsymutil
Status: merged
Commit: 738a53ce271acc8cde81798bbdd22dca2fde81a3
Tag: autogenerated:gerrit:merged
Groups: 7ea64ac895e2882665bf74308da0d588f1636346
Label: Code-Review=+1, 231f716b7e763a43b0c754e1b90b641a4760f0a1 Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+2, 581114d64871ef84428eb2083b5b9e3b7aa5e980 Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: SUBM=+1, 44ea43017f7701cd5418d4627fc0b3baaf81d5bd
Submission-id: 7050423
Submitted-with: OK
Submitted-with: Rule-Name: gerrit~DefaultSubmitRule
Submitted-with: MAY: Auto-Submit
Submitted-with: MAY: Code-Coverage
Submitted-with: MAY: Code-Review: Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Submitted-with: MAY: Commit-Queue: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Submitted-with: MAY: Feels
Submitted-with: MAY: Bot-Commit
Submitted-with: MAY: Owners-Override
Submitted-with: MAY: Lint
Submitted-with: OK
Submitted-with: Rule-Name: Code-Owners
Base: fcd7060e0dbcc3928b1bc7a8953245aacfc74a38
Ours: b0d25362f20655e29323933264f1a663f747edd7
Theirs: 1f62f149501c3cf54d059e50fc2c659b5b05b1f7
Merge-Strategy: simple-two-way-in-core
Contains-Conflicts: false
2025-10-16 15:01:43 -07:00
Gerrit User 1347058
337129b1cd Update patch set 4
Patch-set: 4
Reviewer: Gerrit User 1347058 <1347058@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: SUBM=+1, beb8635582dd4cb39074004491f89b30ff80e049
2025-10-16 15:01:43 -07:00
Gerrit User 1347058
5cd9747344 Update patch set 4
Patch Set 4:

CV is trying the patch.

Follow status at: https://luci-change-verifier.appspot.com/ui/run/libyuv/8862319206854-1-029ffea112a9eee0

Bot data: {"action":"start","triggered_at":"2025-10-16T21:53:10Z","revision":"b0d25362f20655e29323933264f1a663f747edd7"}

Patch-set: 4
Tag: autogenerated:cq:full-run
2025-10-16 14:53:13 -07:00
Gerrit User 1339017
5d39626049 Update patch set 4
Patch Set 4: Commit-Queue+2

Triggering FULL_RUN, because FULL_RUN is triggered on https://chromium-review.googlesource.com/c/7036460, which depends on this CL

Patch-set: 4
Tag: autogenerated:luci-cv:trigger-dep-cl
Reviewer: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+2, 7a91f14770bea16b8995735086794e3131935627
Real-user: Gerrit User 1347058 <1347058@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"REMOVE","reason":"removed on reply"}
2025-10-16 14:53:10 -07:00
Gerrit User 1339017
ecf935e897 Create patch set 4
Patch Set 4: Commit message was updated.

Copied Votes:
* Code-Review+1 by <GERRIT_ACCOUNT_1115898> (copy condition\*: "changekind:NO_CHANGE OR **changekind:NO_CODE_CHANGE** OR changekind:TRIVIAL_REBASE OR (**has:unchanged-files** AND **uploaderin:cria/project-libyuv-committers**) OR is:MIN")

Outdated Votes:
* Commit-Queue+2 (copy condition: "changekind:NO_CHANGE")

\* The label has `labelCopyEnforcement` or `labelCopyRestriction` configured. Only the most relevant condition that determined the outcome is shown.


Patch-set: 4
Patch-set-description: Edit commit message
Subject: Fix mac_asan bot by using right architecture for dsymutil
Commit: b0d25362f20655e29323933264f1a663f747edd7
Tag: autogenerated:gerrit:newPatchSet
Groups: 7ea64ac895e2882665bf74308da0d588f1636346
Copied-Label: Code-Review=+1, ff974b3fe833acc7280229a3dfa2b8d7b8e94ab6 Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"ADD","reason":"Vote got outdated and was removed: Commit-Queue+2"}
2025-10-16 14:52:16 -07:00
Gerrit User 1347058
2631b1f6fe Update patch set 3
Patch Set 3:

CV is trying the patch.

Follow status at: https://luci-change-verifier.appspot.com/ui/run/libyuv/8862319282854-1-e1705c38f35d31e2

Bot data: {"action":"start","triggered_at":"2025-10-16T21:51:54Z","revision":"96e995707c22656abf6ede2eee6a8cf7497bb9a5"}

Patch-set: 3
Tag: autogenerated:cq:full-run
2025-10-16 14:52:01 -07:00
Gerrit User 1339017
915c2e0eec Update patch set 3
Patch Set 3: Commit-Queue+2

Patch-set: 3
Reviewer: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+2, 71e1d16a8c0d17ac3345717d01b76631367155d2
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"REMOVE","reason":"removed on reply"}
2025-10-16 14:51:54 -07:00
Gerrit User 1339017
7fdb5ef446 Create patch set 3
Patch Set 3: Commit message was updated.

Copied Votes:
* Code-Review+1 by <GERRIT_ACCOUNT_1115898> (copy condition\*: "changekind:NO_CHANGE OR **changekind:NO_CODE_CHANGE** OR changekind:TRIVIAL_REBASE OR (**has:unchanged-files** AND **uploaderin:cria/project-libyuv-committers**) OR is:MIN")

Outdated Votes:
* Commit-Queue+1 (copy condition: "changekind:NO_CHANGE")

\* The label has `labelCopyEnforcement` or `labelCopyRestriction` configured. Only the most relevant condition that determined the outcome is shown.


Patch-set: 3
Patch-set-description: Edit commit message
Subject: Fix mac_asan bot by using right arch for dsymutil
Commit: 96e995707c22656abf6ede2eee6a8cf7497bb9a5
Tag: autogenerated:gerrit:newPatchSet
Groups: 7ea64ac895e2882665bf74308da0d588f1636346
Copied-Label: Code-Review=+1, ff974b3fe833acc7280229a3dfa2b8d7b8e94ab6 Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"ADD","reason":"Vote got outdated and was removed: Commit-Queue+1"}
2025-10-16 14:49:40 -07:00
Gerrit User 1347058
36a9ce8145 Update patch set 2
Patch Set 2:

Dry run: CV is trying the patch.

Follow status at: https://luci-change-verifier.appspot.com/ui/run/libyuv/8862319518854-1-bfec7e8b858bc6ee

Bot data: {"action":"start","triggered_at":"2025-10-16T21:47:58Z","revision":"7ea64ac895e2882665bf74308da0d588f1636346"}

Patch-set: 2
Tag: autogenerated:cq:dry-run
2025-10-16 14:48:04 -07:00
Gerrit User 1339017
11bf8436d2 Create patch set 2
Uploaded patch set 2: Commit-Queue+1.

patch

Copied Votes:
* Code-Review+1 by <GERRIT_ACCOUNT_1115898> (copy condition\*: "changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR (**has:unchanged-files** AND **uploaderin:cria/project-libyuv-committers**) OR is:MIN")

\* The label has `labelCopyEnforcement` or `labelCopyRestriction` configured. Only the most relevant condition that determined the outcome is shown.


Patch-set: 2
Patch-set-description: patch
Subject: Fix mac_asan bot by using right arch for dsymutil
Commit: 7ea64ac895e2882665bf74308da0d588f1636346
Tag: autogenerated:gerrit:newPatchSet
Groups: 7ea64ac895e2882665bf74308da0d588f1636346
Reviewer: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+1, 4fe0582538c232587368fa86606cdfeee5d9b207
Copied-Label: Code-Review=+1, ff974b3fe833acc7280229a3dfa2b8d7b8e94ab6 Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
2025-10-16 14:47:58 -07:00
Gerrit User 1115898
2bf7583eac Update patch set 1
Patch Set 1: Code-Review+1

Patch-set: 1
Reviewer: Gerrit User 1115898 <1115898@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Code-Review=+1, ff974b3fe833acc7280229a3dfa2b8d7b8e94ab6
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"ADD","reason":"Someone else replied on the change"}
2025-10-16 14:41:24 -07:00
Gerrit User 1347058
a960edbf13 Update patch set 1
Patch Set 1:

This CL has failed the run. Reason:

Failed Tryjobs:
* [libyuv/try/ios_arm64](https://cr-buildbucket.appspot.com/build/8700817986308614305). Summary ([view all results](https://chromium-review.googlesource.com/c/7050423?checksPatchset=1&tab=checks)):

---
Infra Failure: Step('bot_update') (retcode: 1)

---
* [libyuv/try/ios_arm64_rel](https://cr-buildbucket.appspot.com/build/8700817986308614289). Summary ([view all results](https://chromium-review.googlesource.com/c/7050423?checksPatchset=1&tab=checks)):

---
Infra Failure: Step('bot_update') (retcode: 1)

---
* [libyuv/try/mac_asan](https://cr-buildbucket.appspot.com/build/8700817986308614129). Summary ([view all results](https://chromium-review.googlesource.com/c/7050423?checksPatchset=1&tab=checks)):

---
Infra Failure: Step('bot_update') (retcode: 1)

---
* [libyuv/try/mac_rel](https://cr-buildbucket.appspot.com/build/8700817986308614113). Summary ([view all results](https://chromium-review.googlesource.com/c/7050423?checksPatchset=1&tab=checks)):

---
Infra Failure: Step('bot_update') (retcode: 1)

---

Patch-set: 1
Tag: autogenerated:cq:dry-run:1760650368
Attention: {"person_ident":"Gerrit User 1339017 \u003c1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba\u003e","operation":"ADD","reason":"ps#1: Tryjobs failed"}
2025-10-16 14:37:16 -07:00
Gerrit User 1339017
cf61ecc740 Update patch set 1
Patch Set 1: -Commit-Queue

Patch-set: 1
Tag: autogenerated:cq:dry-run
Label: Commit-Queue=0, a1735a8765ae784c1e03d1f0c68137d9c5fce461
Real-user: Gerrit User 1347058 <1347058@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
2025-10-16 14:37:15 -07:00
Gerrit User 1347058
d1e14f6a9b Update patch set 1
Patch Set 1:

Dry run: CV is trying the patch.

Follow status at: https://luci-change-verifier.appspot.com/ui/run/libyuv/8862320428854-1-aa762ab7896c6c8e

Bot data: {"action":"start","triggered_at":"2025-10-16T21:32:48Z","revision":"f22006415899cd5758c01bf7068688e9bd1651cb"}

Patch-set: 1
Tag: autogenerated:cq:dry-run
CC: Gerrit User 1347058 <1347058@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
2025-10-16 14:32:56 -07:00
Gerrit User 1339017
8e3ee76e6b Create change
Uploaded patch set 1: Commit-Queue+1.
Initial upload

Patch-set: 1
Patch-set-description: Initial upload
Change-id: I7f43b4ce7ad3a3946080f4c5bcbca32d6cbc4c5c
Subject: Fix mac_asan bot by using right arch for dsymutil
Branch: refs/heads/main
Status: new
Topic: 
Commit: f22006415899cd5758c01bf7068688e9bd1651cb
Custom-Keyed-Value: rootRepo=chromium/libyuv/libyuv@refs/heads/main
Tag: autogenerated:gerrit:newPatchSet
Groups: f22006415899cd5758c01bf7068688e9bd1651cb
Reviewer: Gerrit User 1339017 <1339017@3ce6091f-6c88-37e8-8c75-72f92ae8dfba>
Label: Commit-Queue=+1, 00a8fc0c297a8037f9a859686877b0dce0ced08e
Private: false
Work-in-progress: false
2025-10-16 14:32:48 -07:00