Commit 5f807fa9 authored by Raphael Defosseux's avatar Raphael Defosseux

Merge branch 'add-rhel8-build-ci' into 'develop'

Add rhel8 build ci

See merge request oai/cn5g/oai-cn5g-nrf!4
parents da6976f8 6fed78be
...@@ -39,7 +39,7 @@ case "$OS_DISTRO" in ...@@ -39,7 +39,7 @@ case "$OS_DISTRO" in
ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;; ubuntu) OS_BASEDISTRO="debian"; INSTALLER="apt-get"; CMAKE="cmake" ;;
esac esac
IS_CONTAINER=`egrep -c "docker|kubepods|podman" /proc/self/cgroup` IS_CONTAINER=`egrep -c "docker|kubepods|podman|buildah|libpod" /proc/self/cgroup || true`
if [ $IS_CONTAINER -eq 0 ] if [ $IS_CONTAINER -eq 0 ]
then then
......
...@@ -240,6 +240,8 @@ install_nghttp2_from_git() { ...@@ -240,6 +240,8 @@ install_nghttp2_from_git() {
binutils-devel \ binutils-devel \
autoconf \ autoconf \
automake \ automake \
$CMAKE \
make \
libtool \ libtool \
pkg-config \ pkg-config \
zlib-devel \ zlib-devel \
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment