diff options
author | Tim Burke <tim.burke@gmail.com> | 2022-04-05 11:51:53 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2022-04-05 11:51:53 -0700 |
commit | 9213d2c24bd1a8105afc6c70dcc3e24562ddc180 (patch) | |
tree | 18fb2fa3151b5487480354675767f37178723f40 /roles/install_isal/tasks | |
parent | 85d128ed7744d4111fd0d812e741ea1bc18522ba (diff) | |
download | liberasurecode-9213d2c24bd1a8105afc6c70dcc3e24562ddc180.tar.gz |
CI: Use https:// instead of git:// when cloning ISA-L
Change-Id: I8232a77c17b6a5ab3bd6cc7bde6510f2d038319c
Diffstat (limited to 'roles/install_isal/tasks')
-rw-r--r-- | roles/install_isal/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_isal/tasks/main.yaml b/roles/install_isal/tasks/main.yaml index 34d086b..6dd8a99 100644 --- a/roles/install_isal/tasks/main.yaml +++ b/roles/install_isal/tasks/main.yaml @@ -23,7 +23,7 @@ set -e set -x cd $WORKSPACE - git clone git://github.com/intel/isa-l.git -b v2.30.0 + git clone https://github.com/intel/isa-l.git -b v2.30.0 cd isa-l ./autogen.sh ./configure |