Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed opentracing module and its dependencies. #16

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BASE_MAKEFILES= alpine/Makefile \
rpm/SPECS/Makefile

MODULES= geoip image-filter perl xslt
EXTERNAL_MODULES= auth-spnego brotli encrypted-session fips-check geoip2 headers-more lua ndk njs opentracing otel passenger rtmp set-misc subs-filter
EXTERNAL_MODULES= auth-spnego brotli encrypted-session fips-check geoip2 headers-more lua ndk njs otel passenger rtmp set-misc subs-filter

ifeq ($(shell sha512sum --version >/dev/null 2>&1 || echo FAIL),)
SHA512SUM = sha512sum
Expand Down
6 changes: 0 additions & 6 deletions alpine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,6 @@ test: base nginx-tests
if [ -d $$pwd/module-perl ]; then \
globals="$$globals env PERL5LIB=$$pwd/abuild-module-perl/src/$(MODULE_SRCDIR)/objs/src/http/modules/perl:$$pwd/abuild-module-perl/src/$(MODULE_SRCDIR)/objs/src/http/modules/perl/blib/arch;" ; \
fi ; \
if [ -d $$pwd/module-opentracing ]; then \
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$$pwd/abuild-module-opentracing/src/opentracing-cpp-$(OPENTRACING_CPP_VERSION)/usr/local/lib ; \
fi ; \
if [ -d $$pwd/module-lua ]; then \
globals_http="lua_package_path '$$pwd/abuild-module-lua/src/lua-resty-core-$(LUA_RESTY_CORE_VERSION)/lib/?.lua;$$pwd/abuild-module-lua/src/lua-resty-lrucache-$(LUA_RESTY_LRUCACHE_VERSION)/lib/?.lua;;';" ; \
globals_stream="$$globals_http" ; \
Expand All @@ -302,9 +299,6 @@ test-debug: base nginx-tests
if [ -d $$pwd/module-perl ]; then \
globals="$$globals env PERL5LIB=$$pwd/abuild-module-perl/src/$(MODULE_SRCDIR)/objs/src/http/modules/perl:$$pwd/abuild-module-perl/src/$(MODULE_SRCDIR)/objs/src/http/modules/perl/blib/arch;" ; \
fi ; \
if [ -d $$pwd/module-opentracing ]; then \
export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:$$pwd/abuild-module-opentracing/src/opentracing-cpp-$(OPENTRACING_CPP_VERSION)/usr/local/lib ; \
fi ; \
if [ -d $$pwd/module-lua -a ! -e nginx-module-lua.skip ]; then \
globals_http="lua_package_path '$$pwd/abuild-module-lua/src/lua-resty-core-$(LUA_RESTY_CORE_VERSION)/lib/?.lua;$$pwd/abuild-module-lua/src/lua-resty-lrucache-$(LUA_RESTY_LRUCACHE_VERSION)/lib/?.lua;;';" ; \
globals_stream="$$globals_http" ; \
Expand Down
145 changes: 0 additions & 145 deletions alpine/Makefile.module-opentracing

This file was deleted.

71 changes: 0 additions & 71 deletions contrib/src/jaeger-client-cpp/CMakeLists.txt.patch

This file was deleted.

This file was deleted.

42 changes: 0 additions & 42 deletions contrib/src/jaeger-client-cpp/Makefile

This file was deleted.

4 changes: 0 additions & 4 deletions contrib/src/jaeger-client-cpp/SHA512SUMS

This file was deleted.

1 change: 0 additions & 1 deletion contrib/src/jaeger-client-cpp/version

This file was deleted.

24 changes: 0 additions & 24 deletions contrib/src/json/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion contrib/src/json/SHA512SUMS

This file was deleted.

1 change: 0 additions & 1 deletion contrib/src/json/version

This file was deleted.

20 changes: 0 additions & 20 deletions contrib/src/nginx-opentracing/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion contrib/src/nginx-opentracing/SHA512SUMS

This file was deleted.

1 change: 0 additions & 1 deletion contrib/src/nginx-opentracing/version

This file was deleted.

11 changes: 0 additions & 11 deletions contrib/src/opentracing-cpp/CMakeLists.txt.patch

This file was deleted.

Loading