[vlc-commits] CI: Rename iOS aarch64 to arm64

Marvin Scholz git at videolan.org
Mon Nov 18 12:21:17 CET 2019


vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Nov  5 16:16:29 2019 +0100| [a73f4afb0415f2bd699504e1a491f14c5160af33] | committer: Marvin Scholz

CI: Rename iOS aarch64 to arm64

Thats what the triplet is expected to be and the script
accepts arm64 too.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a73f4afb0415f2bd699504e1a491f14c5160af33
---

 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 ba0bfa34c3..abc9d05898 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
 



More information about the vlc-commits mailing list