Pin ISA-L to v2.30.0

This is before they started having %use directives in their ASM.

Change-Id: Ieeed424bb43587ec93ae365afc288014e817947d
This commit is contained in:
Tim Burke 2021-10-15 09:03:02 -07:00
parent 3cc64adebd
commit eb1aae1fe3
1 changed files with 1 additions and 1 deletions

View File

@ -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