[vlc-devel] [PATCH 2/2] CI: Rename iOS aarch64 to arm64

Marvin Scholz epirat07 at gmail.com
Tue Nov 5 16:16:29 CET 2019


Thats what the triplet is expected to be and the script
accepts arm64 too.
---
 extras/ci/gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index fbf1052240..0d8625985d 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -43,7 +43,7 @@ variables:
 
 .variables-ios-arm64: &variables-ios-arm64
         VLC_PATH: /Users/videolanci/sandbox/bin
-        HOST_ARCH: aarch64
+        HOST_ARCH: arm64
         TRIPLET: $HOST_ARCH-apple-iphoneos
         MAKEFLAGS: -j4
 
-- 
2.21.0 (Apple Git-122)



More information about the vlc-devel mailing list