Skip to content

Commit

Permalink
Merge pull request #170 from pat-s/aarch-rhel8
Browse files Browse the repository at this point in the history
Use dynamic arch for redhat-8
  • Loading branch information
glin authored Jul 29, 2024
2 parents c8fd1f6 + 7716c8f commit 4bf1ffc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion rules/eigen.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
{
"packages": ["eigen3-devel"],
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms" }
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" }
],
"constraints": [
{
Expand Down
2 changes: 1 addition & 1 deletion rules/gdal.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
{
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms" },
{ "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": [
Expand Down
2 changes: 1 addition & 1 deletion rules/libavfilter.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
},
{
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms" },
{ "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" },
{ "command": "dnf install -y --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm" }
],
Expand Down
2 changes: 1 addition & 1 deletion rules/libgit2.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{
"pre_install": [
{
"command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms"
"command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms"
}
],
"packages": ["libgit2-devel"],
Expand Down
2 changes: 1 addition & 1 deletion rules/opencv.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
},
{
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms" },
{ "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": ["opencv-devel"],
Expand Down
2 changes: 1 addition & 1 deletion rules/poppler.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{
"packages": ["poppler-cpp-devel"],
"pre_install": [
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms" }
{ "command": "subscription-manager repos --enable codeready-builder-for-rhel-8-$(arch)-rpms" }
],
"constraints": [
{
Expand Down

0 comments on commit 4bf1ffc

Please sign in to comment.