Skip to content

Commit d2e32a0

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 9fd2bab commit d2e32a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

etc/DependencyInstaller.sh

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

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

tools/OpenROAD

Submodule OpenROAD updated 440 files

0 commit comments

Comments
 (0)