File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ RUN apk update \
51
51
tzdata \
52
52
grpc-cpp \
53
53
libprotobuf \
54
+ abseil-cpp-crc-cpu-detect \
55
+ abseil-cpp-vlog-config-internal \
54
56
&& ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
55
57
&& adduser -S -D -H -u 101 -h /usr/local/nginx \
56
58
-s /sbin/nologin -G www-data -g www-data www-data \
Original file line number Diff line number Diff line change @@ -95,13 +95,14 @@ export LUA_RESTY_REDIS_VERSION=8641b9f1b6f75cca50c90cf8ca5c502ad8950aa8
95
95
# Check for recent changes: https://github.com/api7/lua-resty-ipmatcher/compare/v0.6.1...master
96
96
export LUA_RESTY_IPMATCHER_VERSION=3e93c53eb8c9884efe939ef070486a0e507cc5be
97
97
98
- # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
98
+ # Check for recent changes: https://github.com/microsoft/mimalloc/compare/v2.1.7...master
99
99
export MIMALOC_VERSION=v2.1.7
100
100
101
- # Check on https://github.com/open-telemetry/opentelemetry-cpp
102
- export OPENTELEMETRY_CPP_VERSION=" v1.11.0"
103
- # Check on https://github.com/open-telemetry/opentelemetry-proto
104
- export OPENTELEMETRY_PROTO_VERSION=" v1.1.0"
101
+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp/compare/v1.18.0...main
102
+ export OPENTELEMETRY_CPP_VERSION=" v1.18.0"
103
+
104
+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
105
+ export OPENTELEMETRY_PROTO_VERSION=" v1.5.0"
105
106
106
107
export BUILD_PATH=/tmp/build
107
108
520
521
make modules
521
522
make install
522
523
523
- export OPENTELEMETRY_CONTRIB_COMMIT=e11348bb400d5472bf1da5d6128bead66fa111ff
524
+ # Check for recent changes: https://github.com/open-telemetry/opentelemetry-cpp-contrib/compare/8933841f0a7f8737f61404cf0a64acf6b079c8a5...main
525
+ export OPENTELEMETRY_CONTRIB_COMMIT=8933841f0a7f8737f61404cf0a64acf6b079c8a5
524
526
cd " $BUILD_PATH "
525
527
526
528
git clone https://github.com/open-telemetry/opentelemetry-cpp-contrib.git opentelemetry-cpp-contrib-${OPENTELEMETRY_CONTRIB_COMMIT}
You can’t perform that action at this time.
0 commit comments