Skip to content

Commit 880741d

Browse files
committed
fix cache
Change-Id: I31b66550ffaea5b093ece842d65a745fcbf1556a
1 parent cf939c4 commit 880741d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/automation/build_acl.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ elif [[ "$ACL_ACTION" == "configure" ]]; then
4949
-DARM_COMPUTE_WERROR=0 \
5050
-DARM_COMPUTE_BUILD_EXAMPLES=1 \
5151
-DARM_COMPUTE_BUILD_TESTING=1 \
52-
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE
52+
-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE \
53+
-DARM_COMPUTE_ARCH=native
5354
set +x
5455
elif [[ "$ACL_ACTION" == "build" ]]; then
5556
set -x

0 commit comments

Comments
 (0)