summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-04-05 11:53:00 -0700
committerTim Burke <tim.burke@gmail.com>2022-04-05 11:53:00 -0700
commit067d227426c7bf51c496e77c0922838dbc06db72 (patch)
tree6a0e15cd424130378c5e7378ba72c1e3f45ae8db
parentb50040969a03f7566ffcb468336e875d21486113 (diff)
downloadpyeclib-067d227426c7bf51c496e77c0922838dbc06db72.tar.gz
CI: Use https:// instead of git:// when cloning ISA-L
Change-Id: Ic6e513f9df5ff4bfc32a364959d85a1556106990
-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 32aa672..ce52a9e 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/intel/isa-l.git -b v2.30.0 "$ISAL_DIR"
+ git clone https://github.com/intel/isa-l.git -b v2.30.0 "$ISAL_DIR"
fi
pushd "$ISAL_DIR"
./autogen.sh