Skip to content

workaround(libfabric): remove infinipath-psm-devel BuildRequires#16618

Merged
christopherco merged 1 commit intotomls/base/mainfrom
chrco/fix-libfabric
Apr 12, 2026
Merged

workaround(libfabric): remove infinipath-psm-devel BuildRequires#16618
christopherco merged 1 commit intotomls/base/mainfrom
chrco/fix-libfabric

Conversation

@christopherco
Copy link
Copy Markdown
Collaborator

@christopherco christopherco commented Apr 12, 2026

infinipath-psm is a legacy Intel TrueScale PSM library for obsolete InfiniBand hardware. It was dropped from RHEL 8+, but the Fedora spec conditionally requires it when %{fedora} is set (which is truthy in AZL). AZL does not package infinipath-psm. Remove the BuildRequires.

The modern psm2 provider (from libpsm2) remains available.

Build verified locally; fi_info --version and provider list tested in mock.

Note: I did evaluate setting rhel=10 and unsetting %fedora but this combo ends up removing psm2 which we may want to preserve.

infinipath-psm is a legacy Intel TrueScale PSM library for obsolete
InfiniBand hardware. It was dropped from RHEL 8+, but the Fedora spec
conditionally requires it when %{fedora} is set (which is truthy in
AZL). AZL does not package infinipath-psm. Remove the BuildRequires.

The modern psm2 provider (from libpsm2) remains available.

Build verified locally; fi_info --version and provider list tested in mock.
@christopherco christopherco marked this pull request as ready for review April 12, 2026 18:32
Copilot AI review requested due to automatic review settings April 12, 2026 18:32
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

This PR introduces an Azure Linux-specific libfabric component override to drop an obsolete Fedora-only conditional BuildRequires on infinipath-psm-devel, which is not packaged in Azure Linux and targets legacy Intel TrueScale hardware.

Changes:

  • Add a dedicated libfabric.comp.toml defining an overlay to remove BuildRequires: infinipath-psm-devel.
  • Remove the now-redundant inline [components.libfabric] entry from base/comps/components.toml (since **/*.comp.toml is included automatically).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
base/comps/libfabric/libfabric.comp.toml Adds an overlay removing the infinipath-psm-devel BuildRequires from the upstream spec.
base/comps/components.toml Removes the inline libfabric entry to avoid duplication now that a dedicated comp file exists.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@christopherco christopherco merged commit 0206726 into tomls/base/main Apr 12, 2026
9 checks passed
@christopherco christopherco deleted the chrco/fix-libfabric branch April 12, 2026 19:46
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.

3 participants