fix(autopatch): Removed 6 obsolete race-detection actions (already applied upstream in c10 spec) from config.yaml, keeping only the 3 x8 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10-20260424-163302"
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 6 obsolete race-detection actions (already applied upstream in c10 spec) from config.yaml, keeping only the 3 x86_64_v2/GOAMD64 actions that still need to be applied.
Root cause
The c10 spec for golang was updated upstream to already include all race-detection changes:
%global race 1,%ifarch riscv64/%global race 0/%endif, and all%if %{race}wrappers around %package race, the tsan build block,go install -race std, %exclude syso lines, and %files race. The config.yaml still had afindstring looking for an%ifarch aarch64/%bcond_without ignore_tests/%else/%bcond_with ignore_tests/%endifblock that no longer exists in the spec (it was replaced upstream by direct %global race definitions). Additionally, 5 other race-wrapping actions were also already applied in the spec. The fix removes all 6 obsolete actions, leaving only the 3 actions for x86_64_v2 GOAMD64 support (go.env sed before %build, CFLAGS tsan with GOAMD64=v2 fallback, and export GOAMD64=v3 conditional), which are still correctly needed and applied successfully.Original error
Type:
ActionNotAppliedErrorPackage:
golang| Webhook branch:c10