Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
flexisip
Commits
5c9fcaf2
Commit
5c9fcaf2
authored
10 months ago
by
Émilie Gerbaud
Browse files
Options
Download
Patches
Plain Diff
[ci] add support of OpenID Connect to rocky8
parent
e33acd59
master
FLEXISIP-232-probleme-avec-la-syntaxe-du-parametre-filter-des-modules-flexisip
cherry-pick/FLEXISIP-353-on-master
feat/FLEXISIP-454-update-sdk
feat/FLEXISIP-562-linphone-saas-b2bua-external-accounts
feat/add-libassert
feat/b2bua-sip-bridge-pick-random-in-pool-call-transfer-support
feat/multi-domains
feat/uploads_from_docker
feature/audio-conference-package
feature/e2e-encrypted-conference
fix/FLEXISIP-476-b2bua-duped-accounts-on-resub
fix/b2buaAccount
fix/crash_on_sigint
fix/dont-use-a-dynamically-sized-array-to-validate-utf8
fix/one_to_one_chat_room_db
fix/redis-re-sub-on-ill-formatted-ping
fix/webrtc-ice
test/no-rtp-timeout-on-call-hold
2.5.0-alpha
1 merge request
!1166
[ci] add support of OpenID Connect to rocky8
Pipeline
#76770
passed with stages
in 24 minutes and 44 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci-files/job-linux-rocky8.yml
+1
-1
.gitlab-ci-files/job-linux-rocky8.yml
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
docker/bc-dev-rocky8
+4
-1
docker/bc-dev-rocky8
with
6 additions
and
3 deletions
.gitlab-ci-files/job-linux-rocky8.yml
+
1
−
1
View file @
5c9fcaf2
...
...
@@ -40,7 +40,7 @@ job-rocky8-ninja-clang:
-
.tester-artifacts
variables
:
# -DCMAKE_PREFIX_PATH=/usr/local: Unit tests require libnghttp2_asio, which has been build and intalled into /usr/local
CMAKE_OPTIONS
:
${ROCKY8_CMAKE_OPTIONS_UNIT_TESTS}
CMAKE_OPTIONS
:
${ROCKY8_CMAKE_OPTIONS_UNIT_TESTS}
-DENABLE_OPENID_CONNECT=ON
#################################################
# UNIT TESTS
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
5c9fcaf2
...
...
@@ -17,7 +17,7 @@ variables:
# Docker image version
ARCHLINUX_IMAGE_VERSION
:
20230704_enable_tests
ROCKY_8_IMAGE_VERSION
:
202
31010_remove_okay_repo
ROCKY_8_IMAGE_VERSION
:
202
40419_cpp-jwt
ROCKY_9_IMAGE_VERSION
:
20240411_cpp-jwt
DEBIAN_10_IMAGE_VERSION
:
20230818_cmake_3.22.6
DEBIAN_11_IMAGE_VERSION
:
20230818_cmake_3.22.6
...
...
This diff is collapsed.
Click to expand it.
docker/bc-dev-rocky8
+
4
−
1
View file @
5c9fcaf2
###############################################################################
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/flexisip/bc-dev-rocky8:202
31010_remove_okay_repo
# Dockerfile used to make gitlab.linphone.org:4567/bc/public/flexisip/bc-dev-rocky8:202
40419_cpp-jwt
###############################################################################
FROM rockylinux:8
...
...
@@ -44,6 +44,9 @@ RUN sudo dnf -y install \
# Install all dependencies needed for Flexisip
openssl-devel \
boost-devel \
cpp-jwt-devel \
# json-devel is a depency of cpp-jwt but not declared in its package dependencies
json-devel \
hiredis-devel \
jansson-devel \
libsqlite3x-devel \
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets