Skip to content

Commit 9527f7b

Browse files
committed
[launch_darkly] skip it from github CI and deb/rpm builds
1 parent 55c0b2e commit 9527f7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ BUILD_MODULE_PATHS = $(foreach pkg,$(BUILD_MODPKG_LIST),$($(pkg)_MOD_PATH))
278278

279279
## modules not in the "main" package or unstable modules that we never want to build
280280
## Everything we don't specifically exclude here will get built into the primary package
281-
NONCORE_MODULES = $(ALL_MODULES) osp
281+
NONCORE_MODULES = $(ALL_MODULES) osp launch_darkly
282282

283283
ifeq (cc, $(CC))
284284
CC = gcc

packaging/redhat_fedora/opensips.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
%global _with_wolfssl 1
4242
%endif
4343

44-
%global EXCLUDE_MODULES %{!?_with_auth_jwt:auth_jwt} %{!?_with_cachedb_cassandra:cachedb_cassandra} %{!?_with_cachedb_couchbase:cachedb_couchbase} %{!?_with_cachedb_mongodb:cachedb_mongodb} %{!?_with_cachedb_redis:cachedb_redis} %{!?_with_db_oracle:db_oracle} %{!?_with_osp:osp} %{!?_with_sngtc:sngtc} %{!?_with_aaa_diameter:aaa_diameter} %{?_without_aaa_radius:aaa_radius} %{?_without_db_perlvdb:db_perlvdb} %{?_without_snmpstats:snmpstats} %{!?_with_wolfssl:tls_wolfssl}
44+
%global EXCLUDE_MODULES %{!?_with_auth_jwt:auth_jwt} %{!?_with_cachedb_cassandra:cachedb_cassandra} %{!?_with_cachedb_couchbase:cachedb_couchbase} %{!?_with_cachedb_mongodb:cachedb_mongodb} %{!?_with_cachedb_redis:cachedb_redis} %{!?_with_db_oracle:db_oracle} %{!?_with_osp:osp} %{!?_with_sngtc:sngtc} %{!?_with_aaa_diameter:aaa_diameter} %{?_without_aaa_radius:aaa_radius} %{?_without_db_perlvdb:db_perlvdb} %{?_without_snmpstats:snmpstats} %{!?_with_wolfssl:tls_wolfssl} launch_darkly
4545

4646
Summary: Very fast and configurable SIP server
4747
Name: opensips

scripts/build/do_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
. $(dirname $0)/build.conf.sub
88

99
EXCLUDE_MODULES="db_oracle osp sngtc cachedb_cassandra cachedb_couchbase \
10-
cachedb_mongodb auth_jwt event_kafka aaa_diameter"
10+
cachedb_mongodb auth_jwt event_kafka aaa_diameter launch_darkly"
1111
if [ ! -z "${EXCLUDE_MODULES_ADD}" ]
1212
then
1313
EXCLUDE_MODULES="${EXCLUDE_MODULES} ${EXCLUDE_MODULES_ADD}"

0 commit comments

Comments
 (0)