Skip to content

Commit

Permalink
Merge pull request #196 from pat-s/patch-3
Browse files Browse the repository at this point in the history
Add redhat-8 for `libjq`
  • Loading branch information
glin authored Nov 25, 2024
2 parents 20245a3 + b975c0f commit 4813b4f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rules/libjq.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,19 @@
}
]
},
{
"packages": ["jq-devel"],
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" }
],
"constraints": [
{
"os": "linux",
"distribution": "redhat",
"versions": ["8"]
}
]
},
{
"packages": ["jq-devel"],
"pre_install": [
Expand Down

0 comments on commit 4813b4f

Please sign in to comment.