From: Frank Stettner Date: Mon, 27 Mar 2023 16:58:35 +0000 (+0200) Subject: Disable sigrok-firmware-fx2lafw build X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=5d906c76bf054292c65c660ee9461df44a96707c;p=sigrok-build.git Disable sigrok-firmware-fx2lafw build --- diff --git a/ci/sigrok-mxe-build-dependencies.sh b/ci/sigrok-mxe-build-dependencies.sh index 05def09..6b08354 100755 --- a/ci/sigrok-mxe-build-dependencies.sh +++ b/ci/sigrok-mxe-build-dependencies.sh @@ -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