Skip to content

Commit

Permalink
use el8 binaries when we encounter rhel9/rocky9
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Jul 23, 2024
1 parent 80d37a8 commit dd20dd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idaes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
# Map some platform names to others for get-extensions
binary_distro_map = {
"macos": "darwin",
"el9": "ubuntu2204",
"el9": "el8",
"rhel7": "el7",
"rhel8": "el8",
"rhel9": "ubuntu2204",
"rhel9": "el8",
"scientific7": "el7",
"centos7": "el7",
"centos8": "el8",
"rocky8": "el8",
"rocky9": "ubuntu2204",
"rocky9": "el8",
"almalinux8": "el8",
"almalinux9": "ubuntu2204",
"debian9": "el7",
Expand Down

0 comments on commit dd20dd3

Please sign in to comment.