[Android] CI: Use all available amd64 machines
Hugo Beauzée-Luyssen
git at videolan.org
Wed Feb 5 11:44:23 CET 2020
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Feb 5 09:06:51 2020 +0100| [2f42309be2b1b2f2d38cfefa955e3cdf3943e2e7] | committer: Hugo Beauzée-Luyssen
CI: Use all available amd64 machines
Stop pinning vlc-android builds to a specific machine, this is a waste
of resources
> https://code.videolan.org/videolan/vlc-android/commit/2f42309be2b1b2f2d38cfefa955e3cdf3943e2e7
---
buildsystem/gitlab/.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/gitlab/.gitlab-ci.yml b/buildsystem/gitlab/.gitlab-ci.yml
index 33013ede0..640255a20 100644
--- a/buildsystem/gitlab/.gitlab-ci.yml
+++ b/buildsystem/gitlab/.gitlab-ci.yml
@@ -9,7 +9,7 @@ cache:
image: registry.videolan.org:5000/vlc-debian-android:20200123134612
tags:
- debian
- - android
+ - amd64
stage: build
script:
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
More information about the Android
mailing list