Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-nrf
Commits
5f807fa9
Commit
5f807fa9
authored
Mar 25, 2021
by
Raphael Defosseux
Browse files
Merge branch 'add-rhel8-build-ci' into 'develop'
Add rhel8 build ci See merge request
!4
parents
da6976f8
6fed78be
Pipeline
#24133
failed with stage
in 0 seconds
Changes
4
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
build/scripts/build_helper
View file @
5f807fa9
...
@@ -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
...
...
build/scripts/build_helper.nrf
View file @
5f807fa9
...
@@ -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 \
...
...
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
5f807fa9
This diff is collapsed.
Click to expand it.
ci-scripts/generateHtmlReport.py
View file @
5f807fa9
This diff is collapsed.
Click to expand it.
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