Skip to content
Snippets Groups Projects
Commit c25ed520 authored by Eurecom's avatar Eurecom
Browse files

added RH9.0 to build_helper

parent bb396052
No related branches found
No related tags found
No related merge requests found
...@@ -121,6 +121,7 @@ check_supported_distribution() { ...@@ -121,6 +121,7 @@ check_supported_distribution() {
"rhel8.5") return 0 ;; "rhel8.5") return 0 ;;
"rhel8.6") return 0 ;; "rhel8.6") return 0 ;;
"rhel8.7") return 0 ;; "rhel8.7") return 0 ;;
"rhel9.0") return 0 ;;
"centos7") return 0 ;; "centos7") return 0 ;;
esac esac
return 1 return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment