]> sigrok.org Git - sigrok-build.git/commitdiff
Disable sigrok-firmware-fx2lafw build
authorFrank Stettner <redacted>
Mon, 27 Mar 2023 16:58:35 +0000 (18:58 +0200)
committerFrank Stettner <redacted>
Mon, 27 Mar 2023 16:58:35 +0000 (18:58 +0200)
ci/sigrok-mxe-build-dependencies.sh

index 05def097d3f29bb0fa501f997135b4048ad85ec8..6b08354adb863648ce08a6023d3ee7d10932047f 100755 (executable)
@@ -121,14 +121,14 @@ cd ..
 
 # sigrok-firmware-fx2lafw
 
-$GIT_CLONE $SIGROK_FIRMWARE_FX2LAFW_REPO sigrok-firmware-fx2lafw
-cd sigrok-firmware-fx2lafw
-./autogen.sh
-# We're building the fx2lafw firmware on the host, no need to cross-compile.
-./configure --prefix="$INSTALL_DIR"
-make $PARALLEL $V
-make install $V
-cd ..
+$GIT_CLONE $SIGROK_FIRMWARE_FX2LAFW_REPO sigrok-firmware-fx2lafw
+cd sigrok-firmware-fx2lafw
+./autogen.sh
+# We're building the fx2lafw firmware on the host, no need to cross-compile.
+./configure --prefix="$INSTALL_DIR"
+make $PARALLEL $V
+make install $V
+cd ..
 
 # sigrok-dumps
 $GIT_CLONE $SIGROK_DUMPS_REPO sigrok-dumps