Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create sst_accelerators-exclusion.yaml #1253

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions configs/sst_accelerators-exclusion.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
document: feedback-pipeline-unwanted
version: 1
data:
name: Accelerators Exclusion List
description: Accelerators packages not required in RHEL-9
maintainer: sst_accelerators
unwanted_packages:
- opae
- opae-devel
- spdlog
- spdlog-devel
Copy link
Collaborator

Choose a reason for hiding this comment

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

@raravind007 please note that recent (newer than c10s) oneapi-level-zero packages in ELN now require spdlog headers, and use BuildRequires: spdlog-devel to build with the system version rather than the bundled. Therefore, for ELN (RHEL 11) and any possible rebases to RHEL 10, either spdlog will need to be in the buildroot, or oneapi-level-zero will need to be built with the bundled spdlog for RHEL (which will require a patch).

- catch
- catch-devel
- cli11
- cli11-devel
labels:
- eln
- c10s