MT#59962 apps: dsm, exclude mod_swrating

Exclude `mod_swrating` for the test environment,
because otherwise requires linkage with swrate
which is a separate, not visible library
for sems repository.

Change-Id: Ib4deaeebf6a1a411e473388920db017c1836842d
mr13.1
Donat Zenichev 2 years ago
parent a6f708fabb
commit 8a26804b62

@ -6,6 +6,10 @@ include $(COREPATH)/../Makefile.defs
exclude_dsm_modules ?= mod_mysql mod_aws mod_curl mod_xml mod_py
ifeq ($(TEST_ENVIRONMENT), yes)
exclude_dsm_modules += mod_swrating
endif
ifneq ($(USE_MONITORING), yes)
exclude_dsm_modules += mod_monitoring
endif

Loading…
Cancel
Save