Skip to content

feat(annobin): bump release to fix distro triplet in installed paths#17385

Open
binujp wants to merge 1 commit into
4.0from
bphilip/annobin-bump
Open

feat(annobin): bump release to fix distro triplet in installed paths#17385
binujp wants to merge 1 commit into
4.0from
bphilip/annobin-bump

Conversation

@binujp
Copy link
Copy Markdown
Contributor

@binujp binujp commented May 21, 2026

Problem

The current annobin build delivers plugin files to paths using the old distro triplet:

/usr/lib/gcc/x86_64-redhat-linux/15/

The LLVM triplet and distro have since changed to reflect azurelinux as the distro name. A simple rebuild is sufficient to fix this — the spec picks up the correct triplet from the build environment automatically.

Fix

Bump the annobin release (12.99-2 → 12.99-3) using azldev comp update --bump to trigger a rebuild that will deliver files with the correct distro triplet.

Verification

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

Bump annobin release using azldev comp update --bump.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@binujp binujp marked this pull request as ready for review May 21, 2026 14:30
Copilot AI review requested due to automatic review settings May 21, 2026 14:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

This PR aims to trigger a rebuild of annobin so that installed plugin paths use the updated azurelinux distro triplet, by bumping the RPM release number.

Changes:

  • Bump annobin RPM Release from 2%{?dist} to 3%{?dist} to force a rebuild.

Summary: Annotate and examine compiled binary files
Version: 12.99
Release: 2%{?dist}
Release: 3%{?dist}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants