Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jan 10, 2025
2 parents 454a3af + 665bc93 commit d7f65d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
16 changes: 11 additions & 5 deletions rules/libgit2.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,22 @@
]
},
{
"packages": ["libgit2_1.7-devel"],
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
{
"command": "dnf install -y epel-release"
}
],
"packages": ["libgit2-devel"],
"constraints": [
{
"os": "linux",
"distribution": "centos",
"versions": ["8"]
},
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
}
]
},
Expand All @@ -112,12 +118,12 @@
]
},
{
"packages": ["libgit2_1.7-devel"],
"pre_install": [
{
"command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms"
"command": "dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
}
],
"packages": ["libgit2-devel"],
"constraints": [
{
"os": "linux",
Expand Down
14 changes: 7 additions & 7 deletions rules/netcdf4.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
{
"packages": ["netcdf-devel"],
"pre_install": [
{
"command": "dnf install -y epel-release"
}
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" },
{ "command": "dnf install -y epel-release" }
],
"constraints": [
{
Expand All @@ -53,7 +53,8 @@
},
{
"os": "linux",
"distribution": "rockylinux"
"distribution": "rockylinux",
"versions": ["8"]
}
]
},
Expand Down Expand Up @@ -112,9 +113,8 @@
{
"packages": ["netcdf-devel"],
"pre_install": [
{
"command": "dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm"
}
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" },
{ "command": "dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" }
],
"constraints": [
{
Expand Down

0 comments on commit d7f65d5

Please sign in to comment.