Skip to content

Commit

Permalink
opencl-headers needs powertools in rl8 but not in rl9
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Dec 5, 2024
1 parent fc188d8 commit 4806147
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions rules/opencl.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,21 @@
"os": "linux",
"distribution": "centos",
"versions": ["8"]
}
},
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
},

Check failure on line 48 in rules/opencl.json

View workflow job for this annotation

GitHub Actions / test-schema

Trailing comma
]
},
{
"packages": ["ocl-icd", "opencl-headers"],
"constraints": [
{
"os": "linux",
"distribution": "rockylinux"
"distribution": "rockylinux",
"version": ["9"]
},
{
"os": "linux",
Expand Down

0 comments on commit 4806147

Please sign in to comment.