Skip to content

Commit 1179c7d

Browse files
committed
Add support for RHEL-based distributions and fix permission issues
- Add AlmaLinux, Rocky Linux, and RHEL support to DependencyInstaller.sh - Update OpenROAD submodule with matching AlmaLinux support and sudo permission fixes - Resolves file ownership issues when running setup scripts with sudo Signed-off-by: kcaisley <[email protected]>
1 parent 495ed32 commit 1179c7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/DependencyInstaller.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ case "${platform}" in
355355
esac
356356

357357
case "${os}" in
358-
"CentOS Linux" )
358+
"CentOS Linux" | "AlmaLinux" | "Rocky Linux" | "Red Hat Enterprise Linux" )
359359
if [[ ${CI} == "yes" ]]; then
360360
echo "WARNING: Installing CI dependencies is only supported on Ubuntu 22.04" >&2
361361
fi

tools/OpenROAD

0 commit comments

Comments
 (0)