Skip to content

Commit

Permalink
[opentracing] update opentracing and jaeger
Browse files Browse the repository at this point in the history
  • Loading branch information
mikz committed May 30, 2018
1 parent a875717 commit f41076a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build-opentracing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ TEMP="$(mktemp -d)"
export HUNTER_ROOT="${TEMP:-.}/.hunter"
ROOT='/opt/app-root/'

OPENTRACING_CPP_VERSION="v1.3.0"
OPENTRACING_CPP_VERSION="v1.4.2"
NGINX_OPENTRACING_VERSION="v0.3.0"
JAEGER_CPP_VERSION="v0.3.0"
JAEGER_CPP_VERSION="v0.4.1"
OPENRESTY_MD5="d95bc4bbe15e4b045a0593b4ecc0db38"

echo "Downloading OpenResty ${OPENRESTY_RPM_VERSION}"
curl --retry-delay 5 --retry 3 -s -L https://openresty.org/download/openresty-"${OPENRESTY_RPM_VERSION}".tar.gz -o "${TEMP}/openresty.tar.gz"
md5sum -c <<<"${OPENRESTY_MD5} ${TEMP}/openresty.tar.gz"
tar zxf "${TEMP}/openresty.tar.gz" -C "${TEMP}"/
Expand Down

0 comments on commit f41076a

Please sign in to comment.