[Bf-blender-cvs] [7766a20b8ff] master: Build: clarify some comments in the rocky8 setup script

Ray Molenkamp noreply at git.blender.org
Thu Dec 15 01:26:46 CET 2022


Commit: 7766a20b8ffada607ec0e155e3f8be73f5afd6b9
Author: Ray Molenkamp
Date:   Wed Dec 14 17:26:40 2022 -0700
Branches: master
https://developer.blender.org/rB7766a20b8ffada607ec0e155e3f8be73f5afd6b9

Build: clarify some comments in the rocky8 setup script

also moved the install of the config manager to before it is needed.

===================================================================

M	build_files/build_environment/linux/linux_rocky8_setup.sh

===================================================================

diff --git a/build_files/build_environment/linux/linux_rocky8_setup.sh b/build_files/build_environment/linux/linux_rocky8_setup.sh
index 2f4efe0be97..48b49f80149 100644
--- a/build_files/build_environment/linux/linux_rocky8_setup.sh
+++ b/build_files/build_environment/linux/linux_rocky8_setup.sh
@@ -11,13 +11,14 @@ if [ `id -u` -ne 0 ]; then
    exit 1
 fi
 
+# Required by: config manager command below to enable powertools.
+dnf install 'dnf-command(config-manager)'
+
 # Packages `ninja-build` and `meson` are not available unless CBR or PowerTools repositories are enabled.
 # See: https://wiki.rockylinux.org/rocky/repo/#notes-on-unlisted-repositories
 dnf config-manager --set-enabled powertools
 
-# Required by: TODO.
-dnf install 'dnf-command(config-manager)'
-# Required by: TODO.
+# Required by: epel-release has the patchelf and rubygem-asciidoctor packages
 dnf install epel-release
 
 # `yum-config-manager` does not come in the default minimal install,



More information about the Bf-blender-cvs mailing list