fix(autopatch): Removed obsolete ReplaceAction for '%ifarch aarch64' / '%define _find_debuginfo_dwz_opts %{nil}' block #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260410-022153"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Removed obsolete ReplaceAction for '%ifarch aarch64' / '%define _find_debuginfo_dwz_opts %{nil}' block
Root cause
The upstream c10s spec file refactored the _find_debuginfo_dwz_opts setting from being architecture-specific (only under '%ifarch aarch64') to being applied unconditionally for all architectures. The config.yaml action was trying to find '%ifarch aarch64\n%define _find_debuginfo_dwz_opts %{nil}' to extend it with riscv64, but that block no longer exists. Since the setting is now global (covering riscv64 too), the action was simply removed. All other actions applied successfully.
Original error
Type:
ActionNotAppliedErrorPackage:
llvm| Webhook branch:c10sRemoved obsolete ReplaceAction for '%ifarch aarch64' / '%define _find_debuginfo_dwz_opts %{nil}' blockCheckout
From your project repository, check out a new branch and test the changes.