From 28e9cf48588abe0d8c40c023daa71b79b167fb23 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Thu, 27 May 2021 17:36:47 +0100 Subject: [PATCH] [BYOC] [ACL] Migrated to v21.05 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ACL version changed to v21.05 *ACL stands for "Compute Library for the ArmĀ® Architecture" Change-Id: I5bd3ac45779d7e0efade3360a7b3564d241aa7a4 --- 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 c09bb1290a63..e2599078b484 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 v21.02 -git checkout "v21.02" +# pin version to v21.05 +git checkout "v21.05" if [ "$architecture_type" != "aarch64" ]; then build_type="cross_compile"