diff mbox series

[AUH] gn: upgrading to 152bfad24cc836064b449a756ca8482a76cecdf9 SUCCEEDED

Message ID 0101019ff48e8a4d-cef6b374-841d-4499-8d0b-075455749537-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gn: upgrading to 152bfad24cc836064b449a756ca8482a76cecdf9 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 12, 2026, 6 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *gn* to *152bfad24cc836064b449a756ca8482a76cecdf9* has Succeeded.

Next steps:
    - apply the patch: git am 0001-gn-upgrade-to-latest-revision.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 82109575a27ba47066c0969a57eaf1800c0702c7 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 12 Aug 2026 05:21:07 +0000
Subject: [PATCH] gn: upgrade to latest revision

152bfad2 Implement a Result<T> type.
6b0190f7 Fix formatter on main branch
73243639 Fix path to build/gen.py.
d1996a79 Add pre-upload checks into ninja targets
64cfb834 Add --exclude-type command-line argument
925dd782 Add CQ to starlark branch
a01a5a9b Refactor main.star to support multiple branches.
f9cea148 Implement rule implementation execution.
3a817c2e Create a simple session type and create a test for it.
37ab73c2 Fix lifetime of starlark struct keys passed to C++.
4ac29005 Rename .bzl to .scl in accordance with design doc guidance.
---
 meta/recipes-devtools/gn/gn_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb
index eddbbcdf7f..7fcbacb462 100644
--- a/meta/recipes-devtools/gn/gn_git.bb
+++ b/meta/recipes-devtools/gn/gn_git.bb
@@ -8,7 +8,7 @@  UPSTREAM_CHECK_COMMITS = "1"
 
 SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \
 "
-SRCREV = "17b0057970fa2b07a20cbb4289ab78cf93565f35"
+SRCREV = "152bfad24cc836064b449a756ca8482a76cecdf9"
 PV = "0+git"
 
 BB_GIT_SHALLOW = ""