From c1b7d498cced1cec867db7399f623e3d56a0725b Mon Sep 17 00:00:00 2001 From: bluew Date: Thu, 7 Nov 2019 21:43:47 +0000 Subject: [PATCH] CI: Enable remote bitbang in OpenOCD build --- ci/get-openocd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/get-openocd.sh b/ci/get-openocd.sh index c2a6789..5d37936 100755 --- a/ci/get-openocd.sh +++ b/ci/get-openocd.sh @@ -32,7 +32,7 @@ if ! [ -e $RISCV/bin/openocd ]; then echo "Compiling OpenOCD" ./bootstrap - ./configure --prefix=$RISCV --disable-werror --disable-wextra + ./configure --prefix=$RISCV --disable-werror --disable-wextra --enable-remote-bitbang make -j${NUM_JOBS} make install echo "Compilation Finished"