jjb: babeltrace: prepare for ubuntu jammy upgrade
[lttng-ci.git] / scripts / babeltrace / build.sh
index 2d7ab094100ec147451de46e2521369e413927e6..56b9b436ef85961b7c7ab51703f52e32caaf3e7f 100755 (executable)
@@ -83,7 +83,7 @@ failed_configure() {
 # Required variables
 WORKSPACE=${WORKSPACE:-}
 
-arch=${arch:-}
+platform=${platform:-}
 conf=${conf:-}
 build=${build:-}
 cc=${cc:-}
@@ -133,7 +133,7 @@ if [ "x${CC:-}" != "x" ]; then
 fi
 
 # Set platform variables
-case "$arch" in
+case "$platform" in
 macos*)
     export MAKE=make
     export TAR=tar
This page took 0.02343 seconds and 4 git commands to generate.