summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-10-15 09:03:02 -0700
committerTim Burke <tim.burke@gmail.com>2021-10-15 09:03:02 -0700
commiteb1aae1fe3fbfdaa0d12fbbfc24c5c4586473625 (patch)
tree49ddf82d0cd327da7d9251454c5adf1b24dfbc8b
parent3cc64adebd7136b2d38e065e25164c5d22e564b4 (diff)
downloadpyeclib-eb1aae1fe3fbfdaa0d12fbbfc24c5c4586473625.tar.gz
Pin ISA-L to v2.30.0
This is before they started having %use directives in their ASM. Change-Id: Ieeed424bb43587ec93ae365afc288014e817947d
-rwxr-xr-xtools/pip-install-with-liberasurecode.sh2
1 files changed, 1 insertions, 1 deletions
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