From c25ed520aa3bc4c50fe6bc72b80e41762c7525bf Mon Sep 17 00:00:00 2001
From: Eurecom <eurecom@asterix.sboai.cs.eurecom.fr>
Date: Tue, 11 Oct 2022 09:24:55 +0200
Subject: [PATCH] added RH9.0 to build_helper

---
 cmake_targets/tools/build_helper | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index f4e206d0eb1..7ab868fb097 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -121,6 +121,7 @@ check_supported_distribution() {
         "rhel8.5")     return 0 ;;
         "rhel8.6")     return 0 ;;
         "rhel8.7")     return 0 ;;
+        "rhel9.0")     return 0 ;;
         "centos7")     return 0 ;;
     esac
     return 1
-- 
GitLab