X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-ust-benchmarks%2Fbuild.sh;h=635aae5fc638eef65687e53ea876b3ad76d6c48c;hb=82a91d62571974049269652e097cc4e199888077;hp=13e6d639d383d5b7e3b34f7c09737dff05feadf8;hpb=b8a93ea34826f2a42026744ac52d790895c0e580;p=lttng-ci.git diff --git a/scripts/lttng-ust-benchmarks/build.sh b/scripts/lttng-ust-benchmarks/build.sh index 13e6d63..635aae5 100644 --- a/scripts/lttng-ust-benchmarks/build.sh +++ b/scripts/lttng-ust-benchmarks/build.sh @@ -48,7 +48,7 @@ TOOLS_BINS="$WORKSPACE/deps/lttng-tools/build/bin/" TOOLS_PY="$WORKSPACE/deps/lttng-tools/build/lib/python$P3_VERSION/site-packages/" rm -rf "$WORKSPACE/deps/lttng-modules" -git clone git://github.com/lttng/lttng-modules.git "$WORKSPACE/deps/lttng-modules" +git clone https://github.com/lttng/lttng-modules.git "$WORKSPACE/deps/lttng-modules" export CFLAGS="-I$URCU_INCS -I$UST_INCS" export LDFLAGS="-L$URCU_LIBS -L$UST_LIBS" @@ -56,6 +56,7 @@ export LD_LIBRARY_PATH="$URCU_LIBS:$UST_LIBS:$BABEL_LIBS:$TOOLS_LIBS:${LD_LIBRAR export PYTHONPATH="$TOOLS_PY:$BABEL_PY:${PYTHONPATH:-}" export PATH="$TOOLS_BINS:$UST_BINS:$PATH" export LTTNG_MODULES_DIR="$WORKSPACE/deps/lttng-modules/" +export PKG_CONFIG_PATH="$UST_LIBS/pkgconfig" export LTTNG_SESSION_CONFIG_XSD_PATH="$WORKSPACE/deps/lttng-tools/build/share/xml/lttng" export LTTNG_CONSUMERD64_BIN="$WORKSPACE/deps/lttng-tools/build/lib/lttng/libexec/lttng-consumerd"