From 877a81ef3dbebf8a6e8d7f461e036e553b9b04ec Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Thu, 17 Dec 2020 15:36:13 +0000 Subject: [PATCH] [CI][ACL] Switched to ACL 20.11 (#7106) --- docker/install/ubuntu_install_arm_compute_lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/install/ubuntu_install_arm_compute_lib.sh b/docker/install/ubuntu_install_arm_compute_lib.sh index 9616210261cc..ae2a77f05bba 100755 --- a/docker/install/ubuntu_install_arm_compute_lib.sh +++ b/docker/install/ubuntu_install_arm_compute_lib.sh @@ -58,8 +58,8 @@ git clone "$repo_url" "$repo_dir" cd "$repo_dir" -# pin version to v20.05 -git checkout 6a7771e +# pin version to v20.11 +git checkout 49b8f90 if [ "$architecture_type" != "aarch64" ]; then build_type="cross_compile"