From 8ab53f05071b020ab864b82d2edfefb28e427ec8 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Fri, 16 Aug 2019 15:06:13 +0100 Subject: IVGCVSW-3625 Updated ACL pin to the 19.08 release branch Signed-off-by: Sadik Armagan Change-Id: I442913dc5e8ac8b53c00feef430a77991e700556 --- scripts/get_compute_library.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get_compute_library.sh b/scripts/get_compute_library.sh index 61e22afbbe..d92de207b1 100755 --- a/scripts/get_compute_library.sh +++ b/scripts/get_compute_library.sh @@ -7,10 +7,10 @@ CMD=$( basename $0 ) # For pinnning to a ref use this: -#DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_05" # Release 19.05 +DEFAULT_CLFRAMEWORKREVISION="branches/arm_compute_19_08" # Release 19.08 # # For pinning to a revision use this: -DEFAULT_CLFRAMEWORKREVISION="1c29ffc7fe02de68cf2e82709a3bc3e210cb0ba4" #COMPMID-2336: Fix build issues +#DEFAULT_CLFRAMEWORKREVISION="1c29ffc7fe02de68cf2e82709a3bc3e210cb0ba4" #COMPMID-2336: Fix build issues usage() { echo "Usage: $CMD (Use the default clframework SHA)" -- cgit v1.2.1