From eb1aae1fe3fbfdaa0d12fbbfc24c5c4586473625 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 15 Oct 2021 09:03:02 -0700 Subject: Pin ISA-L to v2.30.0 This is before they started having %use directives in their ASM. Change-Id: Ieeed424bb43587ec93ae365afc288014e817947d --- tools/pip-install-with-liberasurecode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh index 10a8093..2b3d394 100755 --- a/tools/pip-install-with-liberasurecode.sh +++ b/tools/pip-install-with-liberasurecode.sh @@ -6,7 +6,7 @@ fi if [ -n "$ISAL_DIR" ]; then if [ ! -d "$ISAL_DIR" ]; then - git clone git://github.com/01org/isa-l.git "$ISAL_DIR" + git clone git://github.com/intel/isa-l.git -b v2.30.0 "$ISAL_DIR" fi pushd "$ISAL_DIR" ./autogen.sh -- cgit v1.2.1