Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-RAN
Commits
6e5527e0
Commit
6e5527e0
authored
Nov 09, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(build): new version of RHEL8 to support
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
1b3a124b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+21
-0
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+3
-0
No files found.
README.md
View file @
6e5527e0
<h1
align=
"center"
>
<a
href=
"https://openairinterface.org/"
><img
src=
"https://openairinterface.org/wp-content/uploads/2015/06/cropped-oai_final_logo.png"
alt=
"OAI"
width=
"550"
></a>
</h1>
<p
align=
"center"
>
<a
href=
"https://gitlab.eurecom.fr/oai/openairinterface5g/-/blob/master/LICENSE"
><img
src=
"https://img.shields.io/badge/license-OAI--Public--V1.1-blue"
alt=
"License"
></a>
<a
href=
"https://releases.ubuntu.com/18.04/"
><img
src=
"https://img.shields.io/badge/OS-Ubuntu18-Green"
alt=
"Supported OS"
></a>
<a
href=
"https://www.redhat.com/en/enterprise-linux-8"
><img
src=
"https://img.shields.io/badge/OS-RHEL8-Green"
alt=
"Supported OS"
></a>
</p>
<p
align=
"center"
>
<a
href=
"https://jenkins-oai.eurecom.fr/job/RAN-Container-Parent/"
><img
src=
"https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins-oai.eurecom.fr%2Fjob%2FRAN-Container-Parent%2F&label=build%20Images"
></a>
</p>
<p
align=
"center"
>
<a
href=
"https://hub.docker.com/r/rdefosseoai/oai-enb"
><img
alt=
"Docker Pulls"
src=
"https://img.shields.io/docker/pulls/rdefosseoai/oai-enb?label=eNB%20docker%20pulls"
></a>
<a
href=
"https://hub.docker.com/r/rdefosseoai/oai-lte-ue"
><img
alt=
"Docker Pulls"
src=
"https://img.shields.io/docker/pulls/rdefosseoai/oai-lte-ue?label=LTE-UE%20docker%20pulls"
></a>
<a
href=
"https://hub.docker.com/r/rdefosseoai/oai-gnb"
><img
alt=
"Docker Pulls"
src=
"https://img.shields.io/docker/pulls/rdefosseoai/oai-gnb?label=gNB%20docker%20pulls"
></a>
<a
href=
"https://hub.docker.com/r/rdefosseoai/oai-nr-ue"
><img
alt=
"Docker Pulls"
src=
"https://img.shields.io/docker/pulls/rdefosseoai/oai-nr-ue?label=NR-UE%20docker%20pulls"
></a>
</p>
# OpenAirInterface License #
OpenAirInterface is under OpenAirInterface Software Alliance license.
...
...
cmake_targets/tools/build_helper
View file @
6e5527e0
...
...
@@ -117,6 +117,9 @@ check_supported_distribution() {
"rhel8.2") return 0 ;;
"rhel8.3") return 0 ;;
"rhel8.4") return 0 ;;
"rhel8.5") return 0 ;;
"rhel8.6") return 0 ;;
"rhel8.7") return 0 ;;
"centos7") return 0 ;;
esac
return 1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment