From 820fa07356987456e8b3cc9eb5dc3a4f88eeb299 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Mon, 19 Apr 2021 19:15:37 +0100 Subject: [PATCH] [BYOC][ACL] ACL migrated to v21.02 (#7649) 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..c09bb1290a63c 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 "v21.02" if [ "$architecture_type" != "aarch64" ]; then build_type="cross_compile"