This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 5de1dce01e [VL] Adding RHEL 9.7 support (#11460)
5de1dce01e is described below
commit 5de1dce01e6c6c4cfd041f93e2cd2be1f80e58f4
Author: Yuan <[email protected]>
AuthorDate: Tue Jan 27 21:55:23 2026 +0800
[VL] Adding RHEL 9.7 support (#11460)
This patch adds RHEL 9.7 support.
https://www.redhat.com/en/blog/now-available-red-hat-enterprise-linux-97
---------
Signed-off-by: Yuan <[email protected]>
---
dev/build-helper-functions.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/build-helper-functions.sh b/dev/build-helper-functions.sh
index fd3b08d4e0..c029463a78 100644
--- a/dev/build-helper-functions.sh
+++ b/dev/build-helper-functions.sh
@@ -265,6 +265,8 @@ function setup_linux {
case "$LINUX_VERSION_ID" in
9.6)
$GLUTEN_VELOX_SCRIPT_HOME/setup-rhel.sh ;;
+ 9.7)
+ $GLUTEN_VELOX_SCRIPT_HOME/setup-rhel.sh ;;
*)
echo "Unsupported rhel version: $LINUX_VERSION_ID"
exit 1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]