From bf492de34adb6b62fe93814d3f7001b857ccfc6b Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 29 Jul 2022 10:54:43 -0400 Subject: [PATCH] jjb: ust-benchmark: github removed git:// protocol Change-Id: I3aa26ffa8f0b014e7f96e6e71a9a190c8aa686bc --- scripts/lttng-ust-benchmarks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lttng-ust-benchmarks/build.sh b/scripts/lttng-ust-benchmarks/build.sh index 13e6d63..ef1c664 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" -- 2.34.1