Skip to content

Commit

Permalink
Removed opentracing module and its dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Nov 26, 2024
1 parent 7f99f6a commit 68a346a
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 1,553 deletions.
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

0 comments on commit 68a346a

Please sign in to comment.