Skip to content

Commit e67c5b7

Browse files
authored
[BYOC][ACL] ACL migrated to v21.02 (#7649)
This PR switches ACL* version from v20.11 to v21.02 ACL stands for Compute Library for the Arm® Architecture. Change-Id: Id364b571d5611ca6eb6d2bde09448a65aae3f73b
1 parent 8e25576 commit e67c5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/install/ubuntu_install_arm_compute_lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ git clone "$repo_url" "$repo_dir"
5858

5959
cd "$repo_dir"
6060

61-
# pin version to v20.11
62-
git checkout 49b8f90
61+
# pin version to v21.02
62+
git checkout "v21.02"
6363

6464
if [ "$architecture_type" != "aarch64" ]; then
6565
build_type="cross_compile"

0 commit comments

Comments
 (0)