From 7a07723856f5af9fdcbb4c630ca090563c034701 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Tue, 2 Mar 2021 16:35:24 +0000 Subject: [PATCH] [BYOC][ACL] ACL migrated to v21.02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR switches ACL* version from v20.11 to v21.02 ACL stands for Compute Library for the ArmĀ® Architecture. Change-Id: Id364b571d5611ca6eb6d2bde09448a65aae3f73b --- 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 ae2a77f05bba0..183ad8d8c2a0a 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.11 -git checkout 49b8f90 +# pin version to v21.02 +git checkout 7dcb9fa if [ "$architecture_type" != "aarch64" ]; then build_type="cross_compile"