diff mbox series

[AUH] spirv-tools: upgrading to 1.4.357.0 FAILED

Message ID 0101019facc2bbc5-4acb2aa9-47dc-4560-ab69-7bb7425007e9-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] spirv-tools: upgrading to 1.4.357.0 FAILED | expand

Commit Message

auh@yoctoproject.org July 29, 2026, 7:24 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *spirv-tools* to *1.4.357.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-spirv-tools-upgrade-1.4.350.1-1.4.357.0.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 f0f49f71d0da721de92e7657556334b125b244f3 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 29 Jul 2026 06:19:06 +0000
Subject: [PATCH] spirv-tools: upgrade 1.4.350.1 -> 1.4.357.0

Source: CHANGES

v2026.3 2026-07-08
  - General
    - Support SPV_QCOM_multiple_wait_queues, SPV_KHR_opacity_micromap, and SPV_EXT_ocp_microscaling_types (#6671, #6670, #6772)
    - Add ArmExperimentalMLOperations and NonSemantic.Graph.DebugInfo instruction sets (#6692, #6666)
    - Fix unbounded memory usage in FriendlyNameMapper (#6763)
    - Improved hex-float compilation and float equality testing (#6778, #6783)
    - Various build system and dependency updates (Bazel, GN, Protobuf, Abseil)
  - Optimizer
    - Stability fixes for DeadBranchElimPass, CodeSinkingPass, and OrderBlocks (#6764, #6703, #6676)
    - Improved handling of tensor constants, non-semantic instructions, and loop decorations (#6684, #6721, #6719, #6690)
    - Add folding rule for extract from copy logical and prevent word limit overflows (#6725, #6722)
  - Validator
    - Support SPV_EXT_ocp_microscaling_types, SPV_EXT_split_barrier, and SPV_ARM_graph (#6779, #6732, #6694)
    - Support for SPV_NV_cooperative_matrix_decode_vector and Intel extensions (#6693, #6717, #6665)
    - Enhanced error reporting with source line printing and Shader Debug Info (#6648, #6698, #6691, #6686, #6685, #6681)
    - Correctness fixes for ray queries, descriptors, OpSpecConstantOp, and array validation (#6710, #6729, #6731, #6777, #6709)
    - Disallow duplicate targets for OpGroupDecorate and multiple graph entry points (#6720, #6754)
  - Assembler/Disassembler
    - Support for SPV_QCOM_image_processing3 (#6776)
    - Performance and correctness improvements in the disassembler and tools (#6757, #6650)
---
 .../{spirv-tools_1.4.350.1.bb => spirv-tools_1.4.357.0.bb}   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/spir/{spirv-tools_1.4.350.1.bb => spirv-tools_1.4.357.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.350.1.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.357.0.bb
similarity index 94%
rename from meta/recipes-graphics/spir/spirv-tools_1.4.350.1.bb
rename to meta/recipes-graphics/spir/spirv-tools_1.4.357.0.bb
index b7ae50764b..aa504e52b4 100644
--- a/meta/recipes-graphics/spir/spirv-tools_1.4.350.1.bb
+++ b/meta/recipes-graphics/spir/spirv-tools_1.4.357.0.bb
@@ -7,9 +7,8 @@  SECTION = "graphics"
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRCREV = "0539c81f69a3daeb706fd3477dca61435b475156"
-SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https;tag=vulkan-sdk-${PV} \
-"
+SRCREV = "9a49b0883b9b635689a85b5647dbfcb223268151"
+SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=vulkan-sdk-1.4.357;protocol=https;tag=vulkan-sdk-${PV}"
 PE = "1"
 # These recipes need to be updated in lockstep with each other:
 # glslang, vulkan-headers, vulkan-loader, vulkan-tools, spirv-headers, spirv-tools